Html Css Color HEX #52B315 Kelly Green

📋 copy color: '#52B315'

red 82 ◦ green 179 ◦ blue 21

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

Shades of Kelly Green #52B315

Tints of Kelly Green #52B315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 63.48%

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 29.08%
G = 63.48%
B = 7.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#52B315 (or 0x52B315) is known color: Kelly Green. HEX triplet: 52, B3 and 15. RGB value is (82,179,21). Sum of RGB (Red+Green+Blue) = 82+179+21=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 179 (70.31% from 255 or 63.48% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 179 - color contains mainly: green. Hex color #52B315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B315 is #AD4CEA. Grayscale: #848484. Windows color (decimal): -11357419 or 1422162. OLE color: 1422162.

HSL color Cylindrical-coordinate representation of color #52B315: hue angle of 96.84º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52B315 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 179 21 -
CMYK 0.54 0 0.88 0.30
HSL 96.84º 0.79% 0.39% -
HSV(B) 96.84º 0.88% 0.7% -
XYZ 19.74 34.09 6.25 -
YUV 131.99 65.36 92.35 -
System Red Green Blue C M Y K H S L
Decimal 82 179 21 0.54 0 0.88 0.30 96.84 0.79 0.39
Hex 52 B3 15 36 0 58 1E 61 4F 27
Octal 122 263 25 66 0 130 36 141 117 47
Binary 1010010 10110011 10101 110110 0 1011000 11110 1100001 1001111 100111

Color Harmonies of #52B315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B315

Black with #52B315

Text Example


Text Example

White with #52B315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,179,21); }

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

background-color css

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

 a { background-color: rgb(82,179,21); }

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

border-color css

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

 span { border-color: rgb(82,179,21); }

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