Html Css Color HEX #52A50B Kelly Green

📋 copy color: '#52A50B'

red 82 ◦ green 165 ◦ blue 11

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

Shades of Kelly Green #52A50B

Tints of Kelly Green #52A50B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 63.95%

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 31.78%
G = 63.95%
B = 4.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#52A50B (or 0x52A50B) is known color: Kelly Green. HEX triplet: 52, A5 and 0B. RGB value is (82,165,11). Sum of RGB (Red+Green+Blue) = 82+165+11=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 165 (64.84% from 255 or 63.95% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 165 - color contains mainly: green. Hex color #52A50B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A50B is #AD5AF4. Grayscale: #7B7B7B. Windows color (decimal): -11361013 or 763218. OLE color: 763218.

HSL color Cylindrical-coordinate representation of color #52A50B: hue angle of 92.34º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52A50B is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 165 11 -
CMYK 0.50 0 0.93 0.35
HSL 92.34º 0.88% 0.35% -
HSV(B) 92.34º 0.93% 0.65% -
XYZ 17 28.73 4.97 -
YUV 122.63 65 99.02 -
System Red Green Blue C M Y K H S L
Decimal 82 165 11 0.50 0 0.93 0.35 92.34 0.88 0.35
Hex 52 A5 B 32 0 5D 23 5C 58 23
Octal 122 245 13 62 0 135 43 134 130 43
Binary 1010010 10100101 1011 110010 0 1011101 100011 1011100 1011000 100011

Color Harmonies of #52A50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A50B

Black with #52A50B

Text Example


Text Example

White with #52A50B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,165,11); }

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

background-color css

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

 a { background-color: rgb(82,165,11); }

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

border-color css

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

 span { border-color: rgb(82,165,11); }

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