Html Css Color HEX #52A814 Kelly Green

📋 copy color: '#52A814'

red 82 ◦ green 168 ◦ blue 20

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

Shades of Kelly Green #52A814

Tints of Kelly Green #52A814

RGB

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

 GREEN value IS 168 (66.02% from 255) = 62.22%

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

R = 30.37%
G = 62.22%
B = 7.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#52A814 (or 0x52A814) is known color: Kelly Green. HEX triplet: 52, A8 and 14. RGB value is (82,168,20). Sum of RGB (Red+Green+Blue) = 82+168+20=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 168 (66.02% from 255 or 62.22% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 168 - color contains mainly: green. Hex color #52A814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A814 is #AD57EB. Grayscale: #7D7D7D. Windows color (decimal): -11360236 or 1353810. OLE color: 1353810.

HSL color Cylindrical-coordinate representation of color #52A814: hue angle of 94.86º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52A814 is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 168 20 -
CMYK 0.51 0 0.88 0.34
HSL 94.86º 0.79% 0.37% -
HSV(B) 94.86º 0.88% 0.66% -
XYZ 17.61 29.85 5.5 -
YUV 125.41 68.51 97.03 -
System Red Green Blue C M Y K H S L
Decimal 82 168 20 0.51 0 0.88 0.34 94.86 0.79 0.37
Hex 52 A8 14 33 0 58 22 5F 4F 25
Octal 122 250 24 63 0 130 42 137 117 45
Binary 1010010 10101000 10100 110011 0 1011000 100010 1011111 1001111 100101

Color Harmonies of #52A814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A814

Black with #52A814

Text Example


Text Example

White with #52A814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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