Html Css Color HEX #52B52C Kelly Green

📋 copy color: '#52B52C'

red 82 ◦ green 181 ◦ blue 44

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

Shades of Kelly Green #52B52C

Tints of Kelly Green #52B52C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 58.96%

 BLUE value IS 44 (17.58% from 255) = 14.33%

R = 26.71%
G = 58.96%
B = 14.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#52B52C (or 0x52B52C) is known color: Kelly Green. HEX triplet: 52, B5 and 2C. RGB value is (82,181,44). Sum of RGB (Red+Green+Blue) = 82+181+44=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 181 (71.09% from 255 or 58.96% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 181 - color contains mainly: green. Hex color #52B52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B52C is #AD4AD3. Grayscale: #888888. Windows color (decimal): -11356884 or 2930002. OLE color: 2930002.

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

Color convert

RGB 82 181 44 -
CMYK 0.55 0 0.76 0.29
HSL 103.36º 0.61% 0.44% -
HSV(B) 103.36º 0.76% 0.71% -
XYZ 20.46 35.02 8.06 -
YUV 135.78 76.2 89.64 -
System Red Green Blue C M Y K H S L
Decimal 82 181 44 0.55 0 0.76 0.29 103.36 0.61 0.44
Hex 52 B5 2C 37 0 4C 1D 67 3D 2C
Octal 122 265 54 67 0 114 35 147 75 54
Binary 1010010 10110101 101100 110111 0 1001100 11101 1100111 111101 101100

Color Harmonies of #52B52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B52C

Black with #52B52C

Text Example


Text Example

White with #52B52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,181,44); }

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

background-color css

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

 a { background-color: rgb(82,181,44); }

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

border-color css

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

 span { border-color: rgb(82,181,44); }

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