#BFEC60

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

Shades of Conifer #BFEC60

Tints of Conifer #BFEC60

Color information

#BFEC60 (or 0xBFEC60) is unknown color: approx Conifer. HEX triplet: BF, EC and 60. RGB value is (191,236,96). Sum of RGB (Red+Green+Blue) = 191+236+96=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC60 is #40139F. Grayscale: #CFCFCF. Windows color (decimal): -4199328 or 6352063. OLE color: 6352063.

HSL color Cylindrical-coordinate representation of color #BFEC60: hue angle of 79.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFEC60 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB19123696-
CMYK0.1900.590.07
HSL79.29º78.65%65.1%-
HSV(B)79.29º59.32%92.55%-
XYZ53.5971.9122.12-
YUV206.5865.59116.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 236 (92.58% from 255) = 45.12%
BLUE value IS 96 (37.89% from 255) = 18.36%
R=36.52%
G=45.12%
B=18.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal191236960.1900.590.0779.2978.6565.1
HexBFEC601303B74f4f41
Octal277354140230737117117101
Binary10111111111011001100000100110111011111100111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEC60; }

 p { color: rgb(191,236,96); }

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

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

 a { background-color: rgb(191,236,96); }

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

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

 span { border-color: rgb(191,236,96); }

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