Html Css Color HEX #52ED06 Harlequin

📋 copy color: '#52ED06'

red 82 ◦ green 237 ◦ blue 6

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

Shades of Harlequin #52ED06

Tints of Harlequin #52ED06

RGB

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

 GREEN value IS 237 (92.97% from 255) = 72.92%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 25.23%
G = 72.92%
B = 1.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#52ED06 (or 0x52ED06) is known color: Harlequin. HEX triplet: 52, ED and 06. RGB value is (82,237,6). Sum of RGB (Red+Green+Blue) = 82+237+6=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 237 (92.97% from 255 or 72.92% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52ED06 is #AD12F9. Grayscale: #A5A5A5. Windows color (decimal): -11342586 or 453970. OLE color: 453970.

HSL color Cylindrical-coordinate representation of color #52ED06: hue angle of 100.26º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52ED06 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 237 6 -
CMYK 0.65 0 0.97 0.07
HSL 100.26º 0.95% 0.48% -
HSV(B) 100.26º 0.97% 0.93% -
XYZ 33.8 62.38 10.43 -
YUV 164.32 38.65 69.28 -
System Red Green Blue C M Y K H S L
Decimal 82 237 6 0.65 0 0.97 0.07 100.26 0.95 0.48
Hex 52 ED 6 41 0 61 7 64 5F 30
Octal 122 355 6 101 0 141 7 144 137 60
Binary 1010010 11101101 110 1000001 0 1100001 111 1100100 1011111 110000

Color Harmonies of #52ED06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ED06

Black with #52ED06

Text Example


Text Example

White with #52ED06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,237,6); }

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

background-color css

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

 a { background-color: rgb(82,237,6); }

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

border-color css

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

 span { border-color: rgb(82,237,6); }

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