Html Css Color HEX #52B620 Kelly Green

📋 copy color: '#52B620'

red 82 ◦ green 182 ◦ blue 32

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

Shades of Kelly Green #52B620

Tints of Kelly Green #52B620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 61.49%

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 27.7%
G = 61.49%
B = 10.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#52B620 (or 0x52B620) is known color: Kelly Green. HEX triplet: 52, B6 and 20. RGB value is (82,182,32). Sum of RGB (Red+Green+Blue) = 82+182+32=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 182 (71.48% from 255 or 61.49% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 182 - color contains mainly: green. Hex color #52B620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B620 is #AD49DF. Grayscale: #878787. Windows color (decimal): -11356640 or 2143826. OLE color: 2143826.

HSL color Cylindrical-coordinate representation of color #52B620: hue angle of 100º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52B620 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 182 32 -
CMYK 0.55 0 0.82 0.29
HSL 100º 0.7% 0.42% -
HSV(B) 100º 0.82% 0.71% -
XYZ 20.47 35.35 7.11 -
YUV 135 69.87 90.2 -
System Red Green Blue C M Y K H S L
Decimal 82 182 32 0.55 0 0.82 0.29 100 0.7 0.42
Hex 52 B6 20 37 0 52 1D 64 46 2A
Octal 122 266 40 67 0 122 35 144 106 52
Binary 1010010 10110110 100000 110111 0 1010010 11101 1100100 1000110 101010

Color Harmonies of #52B620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B620

Black with #52B620

Text Example


Text Example

White with #52B620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,182,32); }

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

background-color css

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

 a { background-color: rgb(82,182,32); }

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

border-color css

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

 span { border-color: rgb(82,182,32); }

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