#53BE13

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

Shades of Kelly Green #53BE13

Tints of Kelly Green #53BE13

Color information

#53BE13 (or 0x53BE13) is unknown color: approx Kelly Green. HEX triplet: 53, BE and 13. RGB value is (83,190,19). Sum of RGB (Red+Green+Blue) = 83+190+19=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 190 (74.61% from 255 or 65.07% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BE13 is #AC41EC. Grayscale: #8B8B8B. Windows color (decimal): -11289069 or 1293907. OLE color: 1293907.

HSL color Cylindrical-coordinate representation of color #53BE13: hue angle of 97.54º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53BE13 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB8319019-
CMYK0.5600.900.25
HSL97.54º81.82%40.98%-
HSV(B)97.54º90%74.51%-
XYZ22.138.716.92-
YUV138.5160.5588.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 190 (74.61% from 255) = 65.07%
BLUE value IS 19 (7.81% from 255) = 6.51%
R=28.42%
G=65.07%
B=6.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83190190.5600.900.2597.5481.8240.98
Hex53BE133805A19625229
Octal123276237001323114212251
Binary10100111011111010011111000010110101100111000101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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