#52C830

Color #52C830 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #52C830

Tints of Kelly Green #52C830

Color information

#52C830 (or 0x52C830) is unknown color: approx Kelly Green. HEX triplet: 52, C8 and 30. RGB value is (82,200,48). Sum of RGB (Red+Green+Blue) = 82+200+48=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #52C830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C830 is #AD37CF. Grayscale: #939393. Windows color (decimal): -11352016 or 3197010. OLE color: 3197010.

HSL color Cylindrical-coordinate representation of color #52C830: hue angle of 106.58º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52C830 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB8220048-
CMYK0.5900.760.22
HSL106.58º61.29%48.63%-
HSV(B)106.58º76%78.43%-
XYZ24.6743.329.86-
YUV147.3971.9181.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 200 (78.52% from 255) = 60.61%
BLUE value IS 48 (19.14% from 255) = 14.55%
R=24.85%
G=60.61%
B=14.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82200480.5900.760.22106.5861.2948.63
Hex52C8303B04C166b3d31
Octal12231060730114261537561
Binary10100101100100011000011101101001100101101101011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,200,48); }

 H1.HeaderClassName
 {
   color: #52C830;
 }
 .AnyTagClassName
 {
   color: #52C830;
 }
</style>
background-color css

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

 a { background-color: rgb(82,200,48); }

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

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

 span { border-color: rgb(82,200,48); }

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