#54B914

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

Shades of Kelly Green #54B914

Tints of Kelly Green #54B914

Color information

#54B914 (or 0x54B914) is unknown color: approx Kelly Green. HEX triplet: 54, B9 and 14. RGB value is (84,185,20). Sum of RGB (Red+Green+Blue) = 84+185+20=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 185 (72.66% from 255 or 64.01% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 185 - color contains mainly: green. Hex color #54B914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #54B914 is #AB46EB. Grayscale: #888888. Windows color (decimal): -11224812 or 1358164. OLE color: 1358164.

HSL color Cylindrical-coordinate representation of color #54B914: hue angle of 96.73º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #54B914 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB8418520-
CMYK0.5500.890.27
HSL96.73º80.49%40.2%-
HSV(B)96.73º89.19%72.55%-
XYZ21.1336.636.62-
YUV135.9962.5490.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.07%
GREEN value IS 185 (72.66% from 255) = 64.01%
BLUE value IS 20 (8.20% from 255) = 6.92%
R=29.07%
G=64.01%
B=6.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84185200.5500.890.2796.7380.4940.2
Hex54B914370591B615028
Octal124271246701313314112050
Binary10101001011100110100110111010110011101111000011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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