#BCFC61

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

Shades of Conifer #BCFC61

Tints of Conifer #BCFC61

Color information

#BCFC61 (or 0xBCFC61) is unknown color: approx Conifer. HEX triplet: BC, FC and 61. RGB value is (188,252,97). Sum of RGB (Red+Green+Blue) = 188+252+97=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC61 is #43039E. Grayscale: #D7D7D7. Windows color (decimal): -4391839 or 6421692. OLE color: 6421692.

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

Color convert

RGB18825297-
CMYK0.2500.620.01
HSL84.77º96.27%68.43%-
HSV(B)84.77º61.51%98.82%-
XYZ57.7181.1823.94-
YUV215.1961.3108.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 252 (98.83% from 255) = 46.93%
BLUE value IS 97 (38.28% from 255) = 18.06%
R=35.01%
G=46.93%
B=18.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal188252970.2500.620.0184.7796.2768.43
HexBCFC611903E1556044
Octal274374141310761125140104
Binary101111001111110011000011100101111101101010111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFC61; }

 p { color: rgb(188,252,97); }

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

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

 a { background-color: rgb(188,252,97); }

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

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

 span { border-color: rgb(188,252,97); }

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