#BCFD5E

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

Shades of Conifer #BCFD5E

Tints of Conifer #BCFD5E

Color information

#BCFD5E (or 0xBCFD5E) is unknown color: approx Conifer. HEX triplet: BC, FD and 5E. RGB value is (188,253,94). Sum of RGB (Red+Green+Blue) = 188+253+94=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD5E is #4302A1. Grayscale: #D8D8D8. Windows color (decimal): -4391586 or 6225340. OLE color: 6225340.

HSL color Cylindrical-coordinate representation of color #BCFD5E: hue angle of 84.53º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCFD5E is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB18825394-
CMYK0.2600.630.01
HSL84.53º97.55%68.04%-
HSV(B)84.53º62.85%99.22%-
XYZ57.8881.7523.32-
YUV215.4459.47108.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 253 (99.22% from 255) = 47.29%
BLUE value IS 94 (37.11% from 255) = 17.57%
R=35.14%
G=47.29%
B=17.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal188253940.2600.630.0184.5397.5568.04
HexBCFD5E1A03F1556244
Octal274375136320771125142104
Binary101111001111110110111101101001111111101010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFD5E; }

 p { color: rgb(188,253,94); }

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

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

 a { background-color: rgb(188,253,94); }

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

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

 span { border-color: rgb(188,253,94); }

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