#BCFE50

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

Shades of Conifer #BCFE50

Tints of Conifer #BCFE50

Color information

#BCFE50 (or 0xBCFE50) is unknown color: approx Conifer. HEX triplet: BC, FE and 50. RGB value is (188,254,80). Sum of RGB (Red+Green+Blue) = 188+254+80=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE50 is #4301AF. Grayscale: #D7D7D7. Windows color (decimal): -4391344 or 5308092. OLE color: 5308092.

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

Color convert

RGB18825480-
CMYK0.2600.690.00
HSL82.76º98.86%65.49%-
HSV(B)82.76º68.5%99.61%-
XYZ57.6382.1520.41-
YUV214.4352.13109.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 254 (99.61% from 255) = 48.66%
BLUE value IS 80 (31.64% from 255) = 15.33%
R=36.02%
G=48.66%
B=15.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal188254800.2600.690.0082.7698.8665.49
HexBCFE501A0450536341
Octal2743761203201050123143101
Binary1011110011111110101000011010010001010101001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFE50; }

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

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

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

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

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

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

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

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