Html Css Color HEX #52B632 Kelly Green

📋 copy color: '#52B632'

red 82 ◦ green 182 ◦ blue 50

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

Shades of Kelly Green #52B632

Tints of Kelly Green #52B632

RGB

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

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

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

R = 26.11%
G = 57.96%
B = 15.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#52B632 (or 0x52B632) is known color: Kelly Green. HEX triplet: 52, B6 and 32. RGB value is (82,182,50). Sum of RGB (Red+Green+Blue) = 82+182+50=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #52B632 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B632 is #AD49CD. Grayscale: #898989. Windows color (decimal): -11356622 or 3323474. OLE color: 3323474.

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

Color convert

RGB 82 182 50 -
CMYK 0.55 0 0.73 0.29
HSL 105.45º 0.57% 0.45% -
HSV(B) 105.45º 0.73% 0.71% -
XYZ 20.78 35.48 8.77 -
YUV 137.05 78.87 88.73 -
System Red Green Blue C M Y K H S L
Decimal 82 182 50 0.55 0 0.73 0.29 105.45 0.57 0.45
Hex 52 B6 32 37 0 49 1D 69 39 2D
Octal 122 266 62 67 0 111 35 151 71 55
Binary 1010010 10110110 110010 110111 0 1001001 11101 1101001 111001 101101

Color Harmonies of #52B632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B632

Black with #52B632

Text Example


Text Example

White with #52B632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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