Html Css Color HEX #52B50C Kelly Green

📋 copy color: '#52B50C'

red 82 ◦ green 181 ◦ blue 12

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

Shades of Kelly Green #52B50C

Tints of Kelly Green #52B50C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 65.82%

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

R = 29.82%
G = 65.82%
B = 4.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#52B50C (or 0x52B50C) is known color: Kelly Green. HEX triplet: 52, B5 and 0C. RGB value is (82,181,12). Sum of RGB (Red+Green+Blue) = 82+181+12=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 181 (71.09% from 255 or 65.82% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 181 - color contains mainly: green. Hex color #52B50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B50C is #AD4AF3. Grayscale: #848484. Windows color (decimal): -11356916 or 832850. OLE color: 832850.

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

Color convert

RGB 82 181 12 -
CMYK 0.55 0 0.93 0.29
HSL 95.15º 0.88% 0.38% -
HSV(B) 95.15º 0.93% 0.71% -
XYZ 20.07 34.87 6.02 -
YUV 132.13 60.2 92.24 -
System Red Green Blue C M Y K H S L
Decimal 82 181 12 0.55 0 0.93 0.29 95.15 0.88 0.38
Hex 52 B5 C 37 0 5D 1D 5F 58 26
Octal 122 265 14 67 0 135 35 137 130 46
Binary 1010010 10110101 1100 110111 0 1011101 11101 1011111 1011000 100110

Color Harmonies of #52B50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B50C

Black with #52B50C

Text Example


Text Example

White with #52B50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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