#54BB64

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

Shades of Fern #54BB64

Tints of Fern #54BB64

Color information

#54BB64 (or 0x54BB64) is unknown color: approx Fern. HEX triplet: 54, BB and 64. RGB value is (84,187,100). Sum of RGB (Red+Green+Blue) = 84+187+100=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #54BB64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BB64 is #AB449B. Grayscale: #929292. Windows color (decimal): -11224220 or 6601556. OLE color: 6601556.

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

Color convert

RGB84187100-
CMYK0.5500.470.27
HSL129.32º43.1%53.14%-
HSV(B)129.32º55.08%73.33%-
XYZ23.7338.3518.21-
YUV146.28101.8883.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 187 (73.44% from 255) = 50.40%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=22.64%
G=50.40%
B=26.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841871000.5500.470.27129.3243.153.14
Hex54BB643702F1B812b35
Octal12427314467057332015365
Binary101010010111011110010011011101011111101110000001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,187,100); }

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

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

 a { background-color: rgb(84,187,100); }

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

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

 span { border-color: rgb(84,187,100); }

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