Html Css Color HEX #52AC2F Kelly Green

📋 copy color: '#52AC2F'

red 82 ◦ green 172 ◦ blue 47

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

Shades of Kelly Green #52AC2F

Tints of Kelly Green #52AC2F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 57.14%

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

R = 27.24%
G = 57.14%
B = 15.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#52AC2F (or 0x52AC2F) is known color: Kelly Green. HEX triplet: 52, AC and 2F. RGB value is (82,172,47). Sum of RGB (Red+Green+Blue) = 82+172+47=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AC2F is #AD53D0. Grayscale: #838383. Windows color (decimal): -11359185 or 3124306. OLE color: 3124306.

HSL color Cylindrical-coordinate representation of color #52AC2F: hue angle of 103.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52AC2F is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 172 47 -
CMYK 0.52 0 0.73 0.33
HSL 103.2º 0.57% 0.43% -
HSV(B) 103.2º 0.73% 0.67% -
XYZ 18.75 31.5 7.78 -
YUV 130.84 80.68 93.16 -
System Red Green Blue C M Y K H S L
Decimal 82 172 47 0.52 0 0.73 0.33 103.2 0.57 0.43
Hex 52 AC 2F 34 0 49 21 67 39 2B
Octal 122 254 57 64 0 111 41 147 71 53
Binary 1010010 10101100 101111 110100 0 1001001 100001 1100111 111001 101011

Color Harmonies of #52AC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AC2F

Black with #52AC2F

Text Example


Text Example

White with #52AC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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