#52C128

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

Shades of Kelly Green #52C128

Tints of Kelly Green #52C128

Color information

#52C128 (or 0x52C128) is unknown color: approx Kelly Green. HEX triplet: 52, C1 and 28. RGB value is (82,193,40). Sum of RGB (Red+Green+Blue) = 82+193+40=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #52C128 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C128 is #AD3ED7. Grayscale: #8E8E8E. Windows color (decimal): -11353816 or 2670930. OLE color: 2670930.

HSL color Cylindrical-coordinate representation of color #52C128: hue angle of 103.53º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52C128 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB8219340-
CMYK0.5800.790.24
HSL103.53º65.67%45.69%-
HSV(B)103.53º79.27%75.69%-
XYZ22.9340.098.54-
YUV142.3770.2384.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 193 (75.78% from 255) = 61.27%
BLUE value IS 40 (16.02% from 255) = 12.70%
R=26.03%
G=61.27%
B=12.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82193400.5800.790.24103.5365.6745.69
Hex52C1283A04F1868422e
Octal122301507201173015010256
Binary101001011000001101000111010010011111100011010001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,193,40); }

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

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

 a { background-color: rgb(82,193,40); }

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

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

 span { border-color: rgb(82,193,40); }

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