Html Css Color HEX #52B70C Kelly Green

📋 copy color: '#52B70C'

red 82 ◦ green 183 ◦ blue 12

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

Shades of Kelly Green #52B70C

Tints of Kelly Green #52B70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 66.06%

 BLUE value IS 12 (5.08% from 255) = 4.33%

R = 29.6%
G = 66.06%
B = 4.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#52B70C (or 0x52B70C) is known color: Kelly Green. HEX triplet: 52, B7 and 0C. RGB value is (82,183,12). Sum of RGB (Red+Green+Blue) = 82+183+12=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 183 (71.88% from 255 or 66.06% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 183 - color contains mainly: green. Hex color #52B70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B70C is #AD48F3. Grayscale: #858585. Windows color (decimal): -11356404 or 833362. OLE color: 833362.

HSL color Cylindrical-coordinate representation of color #52B70C: hue angle of 95.44º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52B70C is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 12 -
CMYK 0.55 0 0.93 0.28
HSL 95.44º 0.88% 0.38% -
HSV(B) 95.44º 0.93% 0.72% -
XYZ 20.48 35.69 6.16 -
YUV 133.31 59.54 91.4 -
System Red Green Blue C M Y K H S L
Decimal 82 183 12 0.55 0 0.93 0.28 95.44 0.88 0.38
Hex 52 B7 C 37 0 5D 1C 5F 58 26
Octal 122 267 14 67 0 135 34 137 130 46
Binary 1010010 10110111 1100 110111 0 1011101 11100 1011111 1011000 100110

Color Harmonies of #52B70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B70C

Black with #52B70C

Text Example


Text Example

White with #52B70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,183,12); }

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

background-color css

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

 a { background-color: rgb(82,183,12); }

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

border-color css

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

 span { border-color: rgb(82,183,12); }

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