Html Css Color HEX #52AF2F Kelly Green

📋 copy color: '#52AF2F'

red 82 ◦ green 175 ◦ blue 47

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

Shades of Kelly Green #52AF2F

Tints of Kelly Green #52AF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 26.97%
G = 57.57%
B = 15.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#52AF2F (or 0x52AF2F) is known color: Kelly Green. HEX triplet: 52, AF and 2F. RGB value is (82,175,47). Sum of RGB (Red+Green+Blue) = 82+175+47=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AF2F is #AD50D0. Grayscale: #858585. Windows color (decimal): -11358417 or 3125074. OLE color: 3125074.

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

Color convert

RGB 82 175 47 -
CMYK 0.53 0 0.73 0.31
HSL 103.59º 0.58% 0.44% -
HSV(B) 103.59º 0.73% 0.69% -
XYZ 19.32 32.66 7.97 -
YUV 132.6 79.69 91.91 -
System Red Green Blue C M Y K H S L
Decimal 82 175 47 0.53 0 0.73 0.31 103.59 0.58 0.44
Hex 52 AF 2F 35 0 49 1F 68 3A 2C
Octal 122 257 57 65 0 111 37 150 72 54
Binary 1010010 10101111 101111 110101 0 1001001 11111 1101000 111010 101100

Color Harmonies of #52AF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF2F

Black with #52AF2F

Text Example


Text Example

White with #52AF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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