#b0ec54

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

Shades of Conifer #B0EC54

Tints of Conifer #B0EC54

Color information

#B0EC54 (or 0xB0EC54) is unknown color: approx Conifer. HEX triplet: B0, EC and 54. RGB value is (176,236,84). Sum of RGB (Red+Green+Blue) = 176+236+84=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EC54 is #4F13AB. Grayscale: #C9C9C9. Windows color (decimal): -5182380 or 5565616. OLE color: 5565616.

HSL color Cylindrical-coordinate representation of color #B0EC54: hue angle of 83.68º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0EC54 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB17623684-
CMYK0.2500.640.07
HSL83.68º80%62.75%-
HSV(B)83.68º64.41%92.55%-
XYZ49.569.8619.26-
YUV200.7362.12110.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 236 (92.58% from 255) = 47.58%
BLUE value IS 84 (33.20% from 255) = 16.94%
R=35.48%
G=47.58%
B=16.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal176236840.2500.640.0783.688062.75
HexB0EC5419040754503f
Octal260354124310100712412077
Binary10110000111011001010100110010100000011110101001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0ec54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0ec54; }

 p { color: rgb(176,236,84); }

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

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

 a { background-color: rgb(176,236,84); }

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

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

 span { border-color: rgb(176,236,84); }

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