Html Css Color HEX #52EA04 Harlequin

📋 copy color: '#52EA04'

red 82 ◦ green 234 ◦ blue 4

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

Shades of Harlequin #52EA04

Tints of Harlequin #52EA04

RGB

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

 GREEN value IS 234 (91.8% from 255) = 73.13%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 25.63%
G = 73.13%
B = 1.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#52EA04 (or 0x52EA04) is known color: Harlequin. HEX triplet: 52, EA and 04. RGB value is (82,234,4). Sum of RGB (Red+Green+Blue) = 82+234+4=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 234 (91.80% from 255 or 73.12% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 234 - color contains mainly: green. Hex color #52EA04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52EA04 is #AD15FB. Grayscale: #A3A3A3. Windows color (decimal): -11343356 or 322130. OLE color: 322130.

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

Color convert

RGB 82 234 4 -
CMYK 0.65 0 0.98 0.08
HSL 99.65º 0.97% 0.47% -
HSV(B) 99.65º 0.98% 0.92% -
XYZ 32.92 60.65 10.09 -
YUV 162.33 38.64 70.7 -
System Red Green Blue C M Y K H S L
Decimal 82 234 4 0.65 0 0.98 0.08 99.65 0.97 0.47
Hex 52 EA 4 41 0 62 8 64 61 2F
Octal 122 352 4 101 0 142 10 144 141 57
Binary 1010010 11101010 100 1000001 0 1100010 1000 1100100 1100001 101111

Color Harmonies of #52EA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EA04

Black with #52EA04

Text Example


Text Example

White with #52EA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,234,4); }

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

background-color css

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

 a { background-color: rgb(82,234,4); }

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

border-color css

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

 span { border-color: rgb(82,234,4); }

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