#54DB14

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

Shades of Kelly Green #54DB14

Tints of Kelly Green #54DB14

Color information

#54DB14 (or 0x54DB14) is unknown color: approx Kelly Green. HEX triplet: 54, DB and 14. RGB value is (84,219,20). Sum of RGB (Red+Green+Blue) = 84+219+20=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 219 (85.94% from 255 or 67.80% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 219 - color contains mainly: green. Hex color #54DB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #54DB14 is #AB24EB. Grayscale: #9C9C9C. Windows color (decimal): -11216108 or 1366868. OLE color: 1366868.

HSL color Cylindrical-coordinate representation of color #54DB14: hue angle of 100.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #54DB14 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB8421920-
CMYK0.6200.910.14
HSL100.7º83.26%46.86%-
HSV(B)100.7º90.87%85.88%-
XYZ29.1152.69.28-
YUV155.9551.2776.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 219 (85.94% from 255) = 67.80%
BLUE value IS 20 (8.20% from 255) = 6.19%
R=26.01%
G=67.80%
B=6.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal84219200.6200.910.14100.783.2646.86
Hex54DB143E05BE65532f
Octal124333247601331614512357
Binary1010100110110111010011111001011011111011001011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54DB14; }

 p { color: rgb(84,219,20); }

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

<style>
 a { background-color: #54DB14; }

 a { background-color: rgb(84,219,20); }

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

<style>
 span { border-color: #54DB14; }

 span { border-color: rgb(84,219,20); }

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