Html Css Color HEX #52AE00 Kelly Green

📋 copy color: '#52AE00'

red 82 ◦ green 174 ◦ blue 0

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

Shades of Kelly Green #52AE00

Tints of Kelly Green #52AE00

RGB

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

 GREEN value IS 174 (68.36% from 255) = 67.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.03%
G = 67.97%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#52AE00 (or 0x52AE00) is known color: Kelly Green. HEX triplet: 52, AE and 00. RGB value is (82,174,0). Sum of RGB (Red+Green+Blue) = 82+174+0=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 174 (68.36% from 255 or 67.97% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AE00 is #AD51FF. Grayscale: #7F7F7F. Windows color (decimal): -11358720 or 44626. OLE color: 44626.

HSL color Cylindrical-coordinate representation of color #52AE00: hue angle of 91.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52AE00 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 174 0 -
CMYK 0.53 0 1 0.32
HSL 91.72º 1% 0.34% -
HSV(B) 91.72º 1% 0.68% -
XYZ 18.62 32.07 5.21 -
YUV 126.66 56.52 96.15 -
System Red Green Blue C M Y K H S L
Decimal 82 174 0 0.53 0 1 0.32 91.72 1 0.34
Hex 52 AE 0 35 0 64 20 5C 64 22
Octal 122 256 0 65 0 144 40 134 144 42
Binary 1010010 10101110 0 110101 0 1100100 100000 1011100 1100100 100010

Color Harmonies of #52AE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AE00

Black with #52AE00

Text Example


Text Example

White with #52AE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,174,0); }

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

background-color css

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

 a { background-color: rgb(82,174,0); }

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

border-color css

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

 span { border-color: rgb(82,174,0); }

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