Html Css Color HEX #52AB2F Kelly Green

📋 copy color: '#52AB2F'

red 82 ◦ green 171 ◦ blue 47

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

Shades of Kelly Green #52AB2F

Tints of Kelly Green #52AB2F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57%

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

R = 27.33%
G = 57%
B = 15.67%

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

#52AB2F (or 0x52AB2F) is known color: Kelly Green. HEX triplet: 52, AB and 2F. RGB value is (82,171,47). Sum of RGB (Red+Green+Blue) = 82+171+47=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AB2F is #AD54D0. Grayscale: #828282. Windows color (decimal): -11359441 or 3124050. OLE color: 3124050.

HSL color Cylindrical-coordinate representation of color #52AB2F: hue angle of 103.06º 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 #52AB2F is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 171 47 -
CMYK 0.52 0 0.73 0.33
HSL 103.06º 0.57% 0.43% -
HSV(B) 103.06º 0.73% 0.67% -
XYZ 18.56 31.12 7.72 -
YUV 130.25 81.01 93.58 -
System Red Green Blue C M Y K H S L
Decimal 82 171 47 0.52 0 0.73 0.33 103.06 0.57 0.43
Hex 52 AB 2F 34 0 49 21 67 39 2B
Octal 122 253 57 64 0 111 41 147 71 53
Binary 1010010 10101011 101111 110100 0 1001001 100001 1100111 111001 101011

Color Harmonies of #52AB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AB2F

Black with #52AB2F

Text Example


Text Example

White with #52AB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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