Html Css Color HEX #53F52F Harlequin

📋 copy color: '#53F52F'

red 83 ◦ green 245 ◦ blue 47

#53F52F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #53F52F

Tints of Harlequin #53F52F

RGB

 RED value IS 83 (32.81% from 255) = 22.13%

 GREEN value IS 245 (96.09% from 255) = 65.33%

 BLUE value IS 47 (18.75% from 255) = 12.53%

R = 22.13%
G = 65.33%
B = 12.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#53F52F (or 0x53F52F) is known color: Harlequin. HEX triplet: 53, F5 and 2F. RGB value is (83,245,47). Sum of RGB (Red+Green+Blue) = 83+245+47=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 245 (96.09% from 255 or 65.33% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 245 - color contains mainly: green. Hex color #53F52F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F52F is #AC0AD0. Grayscale: #AEAEAE. Windows color (decimal): -11274961 or 3142995. OLE color: 3142995.

HSL color Cylindrical-coordinate representation of color #53F52F: hue angle of 109.09º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53F52F is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 245 47 -
CMYK 0.66 0 0.81 0.04
HSL 109.09º 0.91% 0.57% -
HSV(B) 109.09º 0.81% 0.96% -
XYZ 36.73 67.35 13.75 -
YUV 173.99 56.33 63.1 -
System Red Green Blue C M Y K H S L
Decimal 83 245 47 0.66 0 0.81 0.04 109.09 0.91 0.57
Hex 53 F5 2F 42 0 51 4 6D 5B 39
Octal 123 365 57 102 0 121 4 155 133 71
Binary 1010011 11110101 101111 1000010 0 1010001 100 1101101 1011011 111001

Color Harmonies of #53F52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F52F

Black with #53F52F

Text Example


Text Example

White with #53F52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53F52F; }

 p { color: rgb(83,245,47); }

 H1.HeaderClassName
 {
   color: #53F52F;
 }
 .AnyTagClassName
 {
   color: #53F52F;
 }
</style>

background-color css

<style>
 a { background-color: #53F52F; }

 a { background-color: rgb(83,245,47); }

 div.DivClassName
 {
   background-color: #53F52F;
 }
 .BgClassName
 {
   background-color: #53F52F;
 }
</style>

border-color css

<style>
 span { border-color: #53F52F; }

 span { border-color: rgb(83,245,47); }

 td.TdClassName
 {
   border-color: #53F52F;
 }
 .TagClassName
 {
   border-color: #53F52F;
 }
</style>