Html Css Color HEX #52AF29 Kelly Green

📋 copy color: '#52AF29'

red 82 ◦ green 175 ◦ blue 41

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

Shades of Kelly Green #52AF29

Tints of Kelly Green #52AF29

RGB

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

 GREEN value IS 175 (68.75% from 255) = 58.72%

 BLUE value IS 41 (16.41% from 255) = 13.76%

R = 27.52%
G = 58.72%
B = 13.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#52AF29 (or 0x52AF29) is known color: Kelly Green. HEX triplet: 52, AF and 29. RGB value is (82,175,41). Sum of RGB (Red+Green+Blue) = 82+175+41=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AF29 is #AD50D6. Grayscale: #848484. Windows color (decimal): -11358423 or 2731858. OLE color: 2731858.

HSL color Cylindrical-coordinate representation of color #52AF29: hue angle of 101.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52AF29 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 175 41 -
CMYK 0.53 0 0.77 0.31
HSL 101.64º 0.62% 0.42% -
HSV(B) 101.64º 0.77% 0.69% -
XYZ 19.21 32.61 7.38 -
YUV 131.92 76.69 92.4 -
System Red Green Blue C M Y K H S L
Decimal 82 175 41 0.53 0 0.77 0.31 101.64 0.62 0.42
Hex 52 AF 29 35 0 4D 1F 66 3E 2A
Octal 122 257 51 65 0 115 37 146 76 52
Binary 1010010 10101111 101001 110101 0 1001101 11111 1100110 111110 101010

Color Harmonies of #52AF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF29

Black with #52AF29

Text Example


Text Example

White with #52AF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,175,41); }

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

background-color css

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

 a { background-color: rgb(82,175,41); }

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

border-color css

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

 span { border-color: rgb(82,175,41); }

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