#BFEF5B

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

Shades of Conifer #BFEF5B

Tints of Conifer #BFEF5B

Color information

#BFEF5B (or 0xBFEF5B) is unknown color: approx Conifer. HEX triplet: BF, EF and 5B. RGB value is (191,239,91). Sum of RGB (Red+Green+Blue) = 191+239+91=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEF5B is #4010A4. Grayscale: #D0D0D0. Windows color (decimal): -4198565 or 6025151. OLE color: 6025151.

HSL color Cylindrical-coordinate representation of color #BFEF5B: hue angle of 79.46º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFEF5B is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB19123991-
CMYK0.2000.620.06
HSL79.46º82.22%64.71%-
HSV(B)79.46º61.92%93.73%-
XYZ54.2473.5621.24-
YUV207.7862.1116.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 239 (93.75% from 255) = 45.87%
BLUE value IS 91 (35.94% from 255) = 17.47%
R=36.66%
G=45.87%
B=17.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal191239910.2000.620.0679.4682.2264.71
HexBFEF5B1403E64f5241
Octal277357133240766117122101
Binary10111111111011111011011101000111110110100111110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEF5B; }

 p { color: rgb(191,239,91); }

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

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

 a { background-color: rgb(191,239,91); }

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

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

 span { border-color: rgb(191,239,91); }

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