#53C42F

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

Shades of Kelly Green #53C42F

Tints of Kelly Green #53C42F

Color information

#53C42F (or 0x53C42F) is unknown color: approx Kelly Green. HEX triplet: 53, C4 and 2F. RGB value is (83,196,47). Sum of RGB (Red+Green+Blue) = 83+196+47=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 196 (76.95% from 255 or 60.12% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 196 - color contains mainly: green. Hex color #53C42F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C42F is #AC3BD0. Grayscale: #919191. Windows color (decimal): -11287505 or 3130451. OLE color: 3130451.

HSL color Cylindrical-coordinate representation of color #53C42F: hue angle of 105.5º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53C42F is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB8319647-
CMYK0.5800.760.23
HSL105.5º61.32%47.65%-
HSV(B)105.5º76.02%76.86%-
XYZ23.8241.529.45-
YUV145.2372.5683.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 196 (76.95% from 255) = 60.12%
BLUE value IS 47 (18.75% from 255) = 14.42%
R=25.46%
G=60.12%
B=14.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal83196470.5800.760.23105.561.3247.65
Hex53C42F3A04C176a3d30
Octal12330457720114271527560
Binary10100111100010010111111101001001100101111101010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53C42F; }

 p { color: rgb(83,196,47); }

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

<style>
 a { background-color: #53C42F; }

 a { background-color: rgb(83,196,47); }

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

<style>
 span { border-color: #53C42F; }

 span { border-color: rgb(83,196,47); }

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