Html Css Color HEX #52AC25 Kelly Green

📋 copy color: '#52AC25'

red 82 ◦ green 172 ◦ blue 37

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

Shades of Kelly Green #52AC25

Tints of Kelly Green #52AC25

RGB

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

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

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

R = 28.18%
G = 59.11%
B = 12.71%

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

#52AC25 (or 0x52AC25) is known color: Kelly Green. HEX triplet: 52, AC and 25. RGB value is (82,172,37). Sum of RGB (Red+Green+Blue) = 82+172+37=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AC25 is #AD53DA. Grayscale: #828282. Windows color (decimal): -11359195 or 2468946. OLE color: 2468946.

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

Color convert

RGB 82 172 37 -
CMYK 0.52 0 0.78 0.33
HSL 100º 0.65% 0.41% -
HSV(B) 100º 0.78% 0.67% -
XYZ 18.57 31.43 6.84 -
YUV 129.7 75.68 93.98 -
System Red Green Blue C M Y K H S L
Decimal 82 172 37 0.52 0 0.78 0.33 100 0.65 0.41
Hex 52 AC 25 34 0 4E 21 64 41 29
Octal 122 254 45 64 0 116 41 144 101 51
Binary 1010010 10101100 100101 110100 0 1001110 100001 1100100 1000001 101001

Color Harmonies of #52AC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AC25

Black with #52AC25

Text Example


Text Example

White with #52AC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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