Html Css Color HEX #52ED05 Harlequin

📋 copy color: '#52ED05'

red 82 ◦ green 237 ◦ blue 5

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

Shades of Harlequin #52ED05

Tints of Harlequin #52ED05

RGB

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

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

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

R = 25.31%
G = 73.15%
B = 1.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#52ED05 (or 0x52ED05) is known color: Harlequin. HEX triplet: 52, ED and 05. RGB value is (82,237,5). Sum of RGB (Red+Green+Blue) = 82+237+5=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 237 (92.97% from 255 or 73.15% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52ED05 is #AD12FA. Grayscale: #A4A4A4. Windows color (decimal): -11342587 or 388434. OLE color: 388434.

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

Color convert

RGB 82 237 5 -
CMYK 0.65 0 0.98 0.07
HSL 100.09º 0.96% 0.47% -
HSV(B) 100.09º 0.98% 0.93% -
XYZ 33.79 62.37 10.4 -
YUV 164.21 38.15 69.36 -
System Red Green Blue C M Y K H S L
Decimal 82 237 5 0.65 0 0.98 0.07 100.09 0.96 0.47
Hex 52 ED 5 41 0 62 7 64 60 2F
Octal 122 355 5 101 0 142 7 144 140 57
Binary 1010010 11101101 101 1000001 0 1100010 111 1100100 1100000 101111

Color Harmonies of #52ED05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ED05

Black with #52ED05

Text Example


Text Example

White with #52ED05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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