Html Css Color HEX #52A827 Kelly Green

📋 copy color: '#52A827'

red 82 ◦ green 168 ◦ blue 39

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

Shades of Kelly Green #52A827

Tints of Kelly Green #52A827

RGB

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

 GREEN value IS 168 (66.02% from 255) = 58.13%

 BLUE value IS 39 (15.63% from 255) = 13.49%

R = 28.37%
G = 58.13%
B = 13.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#52A827 (or 0x52A827) is known color: Kelly Green. HEX triplet: 52, A8 and 27. RGB value is (82,168,39). Sum of RGB (Red+Green+Blue) = 82+168+39=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 168 (66.02% from 255 or 58.13% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 168 - color contains mainly: green. Hex color #52A827 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A827 is #AD57D8. Grayscale: #808080. Windows color (decimal): -11360217 or 2598994. OLE color: 2598994.

HSL color Cylindrical-coordinate representation of color #52A827: hue angle of 100º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52A827 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 168 39 -
CMYK 0.51 0 0.77 0.34
HSL 100º 0.62% 0.41% -
HSV(B) 100º 0.77% 0.66% -
XYZ 17.85 29.95 6.76 -
YUV 127.58 78.01 95.49 -
System Red Green Blue C M Y K H S L
Decimal 82 168 39 0.51 0 0.77 0.34 100 0.62 0.41
Hex 52 A8 27 33 0 4D 22 64 3E 29
Octal 122 250 47 63 0 115 42 144 76 51
Binary 1010010 10101000 100111 110011 0 1001101 100010 1100100 111110 101001

Color Harmonies of #52A827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A827

Black with #52A827

Text Example


Text Example

White with #52A827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,168,39); }

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

background-color css

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

 a { background-color: rgb(82,168,39); }

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

border-color css

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

 span { border-color: rgb(82,168,39); }

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