#BFF959

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

Shades of Conifer #BFF959

Tints of Conifer #BFF959

Color information

#BFF959 (or 0xBFF959) is unknown color: approx Conifer. HEX triplet: BF, F9 and 59. RGB value is (191,249,89). Sum of RGB (Red+Green+Blue) = 191+249+89=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 89 (35.16% from 255 or 16.82% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF959 is #4006A6. Grayscale: #D5D5D5. Windows color (decimal): -4196007 or 5896639. OLE color: 5896639.

HSL color Cylindrical-coordinate representation of color #BFF959: hue angle of 81.75º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFF959 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB19124989-
CMYK0.2300.640.02
HSL81.75º93.02%66.27%-
HSV(B)81.75º64.26%97.65%-
XYZ57.1679.5521.79-
YUV213.4257.78112.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 249 (97.66% from 255) = 47.07%
BLUE value IS 89 (35.16% from 255) = 16.82%
R=36.11%
G=47.07%
B=16.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191249890.2300.640.0281.7593.0266.27
HexBFF959170402525d42
Octal2773711312701002122135102
Binary10111111111110011011001101110100000010101001010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF959; }

 p { color: rgb(191,249,89); }

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

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

 a { background-color: rgb(191,249,89); }

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

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

 span { border-color: rgb(191,249,89); }

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