#54BD0C

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

Shades of Kelly Green #54BD0C

Tints of Kelly Green #54BD0C

Color information

#54BD0C (or 0x54BD0C) is unknown color: approx Kelly Green. HEX triplet: 54, BD and 0C. RGB value is (84,189,12). Sum of RGB (Red+Green+Blue) = 84+189+12=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 189 (74.22% from 255 or 66.32% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #54BD0C is #AB42F3. Grayscale: #8A8A8A. Windows color (decimal): -11223796 or 834900. OLE color: 834900.

HSL color Cylindrical-coordinate representation of color #54BD0C: hue angle of 95.59º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54BD0C is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB8418912-
CMYK0.5600.940.26
HSL95.59º88.06%39.41%-
HSV(B)95.59º93.65%74.12%-
XYZ21.9238.316.59-
YUV137.4357.2189.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 189 (74.22% from 255) = 66.32%
BLUE value IS 12 (5.08% from 255) = 4.21%
R=29.47%
G=66.32%
B=4.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84189120.5600.940.2695.5988.0639.41
Hex54BDC3805E1A605827
Octal124275147001363214013047
Binary1010100101111011100111000010111101101011000001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,189,12); }

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

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

 a { background-color: rgb(84,189,12); }

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

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

 span { border-color: rgb(84,189,12); }

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