Html Css Color HEX #52BA04 Kelly Green

📋 copy color: '#52BA04'

red 82 ◦ green 186 ◦ blue 4

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

Shades of Kelly Green #52BA04

Tints of Kelly Green #52BA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 68.38%

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

R = 30.15%
G = 68.38%
B = 1.47%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#52BA04 (or 0x52BA04) is known color: Kelly Green. HEX triplet: 52, BA and 04. RGB value is (82,186,4). Sum of RGB (Red+Green+Blue) = 82+186+4=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 186 (73.05% from 255 or 68.38% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BA04 is #AD45FB. Grayscale: #868686. Windows color (decimal): -11355644 or 309842. OLE color: 309842.

HSL color Cylindrical-coordinate representation of color #52BA04: hue angle of 94.29º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52BA04 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 186 4 -
CMYK 0.56 0 0.98 0.27
HSL 94.29º 0.96% 0.37% -
HSV(B) 94.29º 0.98% 0.73% -
XYZ 21.06 36.92 6.13 -
YUV 134.16 54.54 90.8 -
System Red Green Blue C M Y K H S L
Decimal 82 186 4 0.56 0 0.98 0.27 94.29 0.96 0.37
Hex 52 BA 4 38 0 62 1B 5E 60 25
Octal 122 272 4 70 0 142 33 136 140 45
Binary 1010010 10111010 100 111000 0 1100010 11011 1011110 1100000 100101

Color Harmonies of #52BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA04

Black with #52BA04

Text Example


Text Example

White with #52BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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