#54BF12

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

Shades of Kelly Green #54BF12

Tints of Kelly Green #54BF12

Color information

#54BF12 (or 0x54BF12) is unknown color: approx Kelly Green. HEX triplet: 54, BF and 12. RGB value is (84,191,18). Sum of RGB (Red+Green+Blue) = 84+191+18=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 191 (75% from 255 or 65.19% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 191 - color contains mainly: green. Hex color #54BF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #54BF12 is #AB40ED. Grayscale: #8B8B8B. Windows color (decimal): -11223278 or 1228628. OLE color: 1228628.

HSL color Cylindrical-coordinate representation of color #54BF12: hue angle of 97.11º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #54BF12 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB8419118-
CMYK0.5600.910.25
HSL97.11º82.78%40.98%-
HSV(B)97.11º90.58%74.9%-
XYZ22.439.196.96-
YUV139.2859.5588.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.67%
GREEN value IS 191 (75% from 255) = 65.19%
BLUE value IS 18 (7.42% from 255) = 6.14%
R=28.67%
G=65.19%
B=6.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84191180.5600.910.2597.1182.7840.98
Hex54BF123805B19615329
Octal124277227001333114112351
Binary10101001011111110010111000010110111100111000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,191,18); }

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

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

 a { background-color: rgb(84,191,18); }

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

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

 span { border-color: rgb(84,191,18); }

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