Html Css Color HEX #52B514 Kelly Green

📋 copy color: '#52B514'

red 82 ◦ green 181 ◦ blue 20

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

Shades of Kelly Green #52B514

Tints of Kelly Green #52B514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.07%

R = 28.98%
G = 63.96%
B = 7.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#52B514 (or 0x52B514) is known color: Kelly Green. HEX triplet: 52, B5 and 14. RGB value is (82,181,20). Sum of RGB (Red+Green+Blue) = 82+181+20=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 181 (71.09% from 255 or 63.96% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 181 - color contains mainly: green. Hex color #52B514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B514 is #AD4AEB. Grayscale: #858585. Windows color (decimal): -11356908 or 1357138. OLE color: 1357138.

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

Color convert

RGB 82 181 20 -
CMYK 0.55 0 0.89 0.29
HSL 96.89º 0.8% 0.39% -
HSV(B) 96.89º 0.89% 0.71% -
XYZ 20.13 34.89 6.34 -
YUV 133.05 64.2 91.59 -
System Red Green Blue C M Y K H S L
Decimal 82 181 20 0.55 0 0.89 0.29 96.89 0.8 0.39
Hex 52 B5 14 37 0 59 1D 61 50 27
Octal 122 265 24 67 0 131 35 141 120 47
Binary 1010010 10110101 10100 110111 0 1011001 11101 1100001 1010000 100111

Color Harmonies of #52B514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B514

Black with #52B514

Text Example


Text Example

White with #52B514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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