#53D413

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

Shades of Kelly Green #53D413

Tints of Kelly Green #53D413

Color information

#53D413 (or 0x53D413) is unknown color: approx Kelly Green. HEX triplet: 53, D4 and 13. RGB value is (83,212,19). Sum of RGB (Red+Green+Blue) = 83+212+19=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 212 (83.20% from 255 or 67.52% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 212 - color contains mainly: green. Hex color #53D413 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53D413 is #AC2BEC. Grayscale: #989898. Windows color (decimal): -11283437 or 1299539. OLE color: 1299539.

HSL color Cylindrical-coordinate representation of color #53D413: hue angle of 100.1º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53D413 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB8321219-
CMYK0.6100.910.17
HSL100.1º83.55%45.29%-
HSV(B)100.1º91.04%83.14%-
XYZ27.2348.978.63-
YUV151.4353.2679.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 212 (83.20% from 255) = 67.52%
BLUE value IS 19 (7.81% from 255) = 6.05%
R=26.43%
G=67.52%
B=6.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal83212190.6100.910.17100.183.5545.29
Hex53D4133D05B1164542d
Octal123324237501332114412455
Binary10100111101010010011111101010110111000111001001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,212,19); }

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

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

 a { background-color: rgb(83,212,19); }

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

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

 span { border-color: rgb(83,212,19); }

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