Html Css Color HEX #52CE04 Kelly Green

📋 copy color: '#52CE04'

red 82 ◦ green 206 ◦ blue 4

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

Shades of Kelly Green #52CE04

Tints of Kelly Green #52CE04

RGB

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

 GREEN value IS 206 (80.86% from 255) = 70.55%

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

R = 28.08%
G = 70.55%
B = 1.37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#52CE04 (or 0x52CE04) is known color: Kelly Green. HEX triplet: 52, CE and 04. RGB value is (82,206,4). Sum of RGB (Red+Green+Blue) = 82+206+4=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 206 (80.86% from 255 or 70.55% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CE04 is #AD31FB. Grayscale: #929292. Windows color (decimal): -11350524 or 314962. OLE color: 314962.

HSL color Cylindrical-coordinate representation of color #52CE04: hue angle of 96.83º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52CE04 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 4 -
CMYK 0.60 0 0.98 0.19
HSL 96.83º 0.96% 0.41% -
HSV(B) 96.83º 0.98% 0.81% -
XYZ 25.57 45.95 7.64 -
YUV 145.9 47.92 82.43 -
System Red Green Blue C M Y K H S L
Decimal 82 206 4 0.60 0 0.98 0.19 96.83 0.96 0.41
Hex 52 CE 4 3C 0 62 13 61 60 29
Octal 122 316 4 74 0 142 23 141 140 51
Binary 1010010 11001110 100 111100 0 1100010 10011 1100001 1100000 101001

Color Harmonies of #52CE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE04

Black with #52CE04

Text Example


Text Example

White with #52CE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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