Html Css Color HEX #52F705 Harlequin

📋 copy color: '#52F705'

red 82 ◦ green 247 ◦ blue 5

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

Shades of Harlequin #52F705

Tints of Harlequin #52F705

RGB

 RED value IS 82 (32.42% from 255) = 24.55%

 GREEN value IS 247 (96.88% from 255) = 73.95%

 BLUE value IS 5 (2.34% from 255) = 1.5%

R = 24.55%
G = 73.95%
B = 1.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#52F705 (or 0x52F705) is known color: Harlequin. HEX triplet: 52, F7 and 05. RGB value is (82,247,5). Sum of RGB (Red+Green+Blue) = 82+247+5=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 247 (96.88% from 255 or 73.95% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 247 - color contains mainly: green. Hex color #52F705 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F705 is #AD08FA. Grayscale: #AAAAAA. Windows color (decimal): -11340027 or 390994. OLE color: 390994.

HSL color Cylindrical-coordinate representation of color #52F705: hue angle of 100.91º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52F705 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 247 5 -
CMYK 0.67 0 0.98 0.03
HSL 100.91º 0.96% 0.49% -
HSV(B) 100.91º 0.98% 0.97% -
XYZ 36.77 68.33 11.39 -
YUV 170.08 34.84 65.18 -
System Red Green Blue C M Y K H S L
Decimal 82 247 5 0.67 0 0.98 0.03 100.91 0.96 0.49
Hex 52 F7 5 43 0 62 3 65 60 31
Octal 122 367 5 103 0 142 3 145 140 61
Binary 1010010 11110111 101 1000011 0 1100010 11 1100101 1100000 110001

Color Harmonies of #52F705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F705

Black with #52F705

Text Example


Text Example

White with #52F705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52F705; }

 p { color: rgb(82,247,5); }

 H1.HeaderClassName
 {
   color: #52F705;
 }
 .AnyTagClassName
 {
   color: #52F705;
 }
</style>

background-color css

<style>
 a { background-color: #52F705; }

 a { background-color: rgb(82,247,5); }

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

border-color css

<style>
 span { border-color: #52F705; }

 span { border-color: rgb(82,247,5); }

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