#bcfe60

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

Shades of Conifer #BCFE60

Tints of Conifer #BCFE60

Color information

#BCFE60 (or 0xBCFE60) is unknown color: approx Conifer. HEX triplet: BC, FE and 60. RGB value is (188,254,96). Sum of RGB (Red+Green+Blue) = 188+254+96=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE60 is #43019F. Grayscale: #D8D8D8. Windows color (decimal): -4391328 or 6356668. OLE color: 6356668.

HSL color Cylindrical-coordinate representation of color #BCFE60: hue angle of 85.06º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCFE60 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB18825496-
CMYK0.2600.620.00
HSL85.06º98.75%68.63%-
HSV(B)85.06º62.2%99.61%-
XYZ58.2982.4223.9-
YUV216.2560.13107.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 254 (99.61% from 255) = 47.21%
BLUE value IS 96 (37.89% from 255) = 17.84%
R=34.94%
G=47.21%
B=17.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal188254960.2600.620.0085.0698.7568.63
HexBCFE601A03E0556345
Octal274376140320760125143105
Binary101111001111111011000001101001111100101010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcfe60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcfe60; }

 p { color: rgb(188,254,96); }

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

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

 a { background-color: rgb(188,254,96); }

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

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

 span { border-color: rgb(188,254,96); }

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