Html Css Color HEX #52AB25 Kelly Green

📋 copy color: '#52AB25'

red 82 ◦ green 171 ◦ blue 37

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

Shades of Kelly Green #52AB25

Tints of Kelly Green #52AB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.76%

R = 28.28%
G = 58.97%
B = 12.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#52AB25 (or 0x52AB25) is known color: Kelly Green. HEX triplet: 52, AB and 25. RGB value is (82,171,37). Sum of RGB (Red+Green+Blue) = 82+171+37=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AB25 is #AD54DA. Grayscale: #818181. Windows color (decimal): -11359451 or 2468690. OLE color: 2468690.

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

Color convert

RGB 82 171 37 -
CMYK 0.52 0 0.78 0.33
HSL 99.85º 0.64% 0.41% -
HSV(B) 99.85º 0.78% 0.67% -
XYZ 18.38 31.05 6.78 -
YUV 129.11 76.01 94.4 -
System Red Green Blue C M Y K H S L
Decimal 82 171 37 0.52 0 0.78 0.33 99.85 0.64 0.41
Hex 52 AB 25 34 0 4E 21 64 40 29
Octal 122 253 45 64 0 116 41 144 100 51
Binary 1010010 10101011 100101 110100 0 1001110 100001 1100100 1000000 101001

Color Harmonies of #52AB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AB25

Black with #52AB25

Text Example


Text Example

White with #52AB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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