Html Css Color HEX #52B732 Kelly Green

📋 copy color: '#52B732'

red 82 ◦ green 183 ◦ blue 50

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

Shades of Kelly Green #52B732

Tints of Kelly Green #52B732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 58.1%

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 26.03%
G = 58.1%
B = 15.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#52B732 (or 0x52B732) is known color: Kelly Green. HEX triplet: 52, B7 and 32. RGB value is (82,183,50). Sum of RGB (Red+Green+Blue) = 82+183+50=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #52B732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B732 is #AD48CD. Grayscale: #8A8A8A. Windows color (decimal): -11356366 or 3323730. OLE color: 3323730.

HSL color Cylindrical-coordinate representation of color #52B732: hue angle of 105.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52B732 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 50 -
CMYK 0.55 0 0.73 0.28
HSL 105.56º 0.57% 0.46% -
HSV(B) 105.56º 0.73% 0.72% -
XYZ 20.99 35.89 8.84 -
YUV 137.64 78.54 88.31 -
System Red Green Blue C M Y K H S L
Decimal 82 183 50 0.55 0 0.73 0.28 105.56 0.57 0.46
Hex 52 B7 32 37 0 49 1C 6A 39 2E
Octal 122 267 62 67 0 111 34 152 71 56
Binary 1010010 10110111 110010 110111 0 1001001 11100 1101010 111001 101110

Color Harmonies of #52B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B732

Black with #52B732

Text Example


Text Example

White with #52B732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,183,50); }

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

background-color css

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

 a { background-color: rgb(82,183,50); }

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

border-color css

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

 span { border-color: rgb(82,183,50); }

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