Html Css Color HEX #52EC05 Harlequin

📋 copy color: '#52EC05'

red 82 ◦ green 236 ◦ blue 5

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

Shades of Harlequin #52EC05

Tints of Harlequin #52EC05

RGB

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

 GREEN value IS 236 (92.58% from 255) = 73.07%

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

R = 25.39%
G = 73.07%
B = 1.55%

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

#52EC05 (or 0x52EC05) is known color: Harlequin. HEX triplet: 52, EC and 05. RGB value is (82,236,5). Sum of RGB (Red+Green+Blue) = 82+236+5=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 236 (92.58% from 255 or 73.07% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52EC05 is #AD13FA. Grayscale: #A4A4A4. Windows color (decimal): -11342843 or 388178. OLE color: 388178.

HSL color Cylindrical-coordinate representation of color #52EC05: hue angle of 100º 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 #52EC05 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 236 5 -
CMYK 0.65 0 0.98 0.07
HSL 100º 0.96% 0.47% -
HSV(B) 100º 0.98% 0.93% -
XYZ 33.5 61.8 10.31 -
YUV 163.62 38.48 69.78 -
System Red Green Blue C M Y K H S L
Decimal 82 236 5 0.65 0 0.98 0.07 100 0.96 0.47
Hex 52 EC 5 41 0 62 7 64 60 2F
Octal 122 354 5 101 0 142 7 144 140 57
Binary 1010010 11101100 101 1000001 0 1100010 111 1100100 1100000 101111

Color Harmonies of #52EC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC05

Black with #52EC05

Text Example


Text Example

White with #52EC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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