#52C410

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

Shades of Kelly Green #52C410

Tints of Kelly Green #52C410

Color information

#52C410 (or 0x52C410) is unknown color: approx Kelly Green. HEX triplet: 52, C4 and 10. RGB value is (82,196,16). Sum of RGB (Red+Green+Blue) = 82+196+16=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 196 (76.95% from 255 or 66.67% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 196 - color contains mainly: green. Hex color #52C410 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C410 is #AD3BEF. Grayscale: #8E8E8E. Windows color (decimal): -11353072 or 1098834. OLE color: 1098834.

HSL color Cylindrical-coordinate representation of color #52C410: hue angle of 98º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52C410 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB8219616-
CMYK0.5800.920.23
HSL98º84.91%41.57%-
HSV(B)98º91.84%76.86%-
XYZ23.3141.317.24-
YUV141.3957.2385.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 196 (76.95% from 255) = 66.67%
BLUE value IS 16 (6.64% from 255) = 5.44%
R=27.89%
G=66.67%
B=5.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal82196160.5800.920.239884.9141.57
Hex52C4103A05C1762552a
Octal122304207201342714212552
Binary10100101100010010000111010010111001011111000101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,196,16); }

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

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

 a { background-color: rgb(82,196,16); }

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

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

 span { border-color: rgb(82,196,16); }

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