#BFEC5D

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

Shades of Conifer #BFEC5D

Tints of Conifer #BFEC5D

Color information

#BFEC5D (or 0xBFEC5D) is unknown color: approx Conifer. HEX triplet: BF, EC and 5D. RGB value is (191,236,93). Sum of RGB (Red+Green+Blue) = 191+236+93=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC5D is #4013A2. Grayscale: #CECECE. Windows color (decimal): -4199331 or 6155455. OLE color: 6155455.

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

Color convert

RGB19123693-
CMYK0.1900.610.07
HSL78.88º79.01%64.51%-
HSV(B)78.88º60.59%92.55%-
XYZ53.4671.8621.41-
YUV206.2464.09117.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 236 (92.58% from 255) = 45.38%
BLUE value IS 93 (36.72% from 255) = 17.88%
R=36.73%
G=45.38%
B=17.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal191236930.1900.610.0778.8879.0164.51
HexBFEC5D1303D74f4f41
Octal277354135230757117117101
Binary10111111111011001011101100110111101111100111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEC5D; }

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

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

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

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

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

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

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

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