#BFFB56

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

Shades of Conifer #BFFB56

Tints of Conifer #BFFB56

Color information

#BFFB56 (or 0xBFFB56) is unknown color: approx Conifer. HEX triplet: BF, FB and 56. RGB value is (191,251,86). Sum of RGB (Red+Green+Blue) = 191+251+86=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 86 (33.98% from 255 or 16.29% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFB56 is #4004A9. Grayscale: #D6D6D6. Windows color (decimal): -4195498 or 5700543. OLE color: 5700543.

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

Color convert

RGB19125186-
CMYK0.2400.660.02
HSL81.82º95.38%66.08%-
HSV(B)81.82º65.74%98.43%-
XYZ57.6680.7421.35-
YUV214.2555.62111.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 251 (98.44% from 255) = 47.54%
BLUE value IS 86 (33.98% from 255) = 16.29%
R=36.17%
G=47.54%
B=16.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191251860.2400.660.0281.8295.3866.08
HexBFFB56180422525f42
Octal2773731263001022122137102
Binary10111111111110111010110110000100001010101001010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFB56; }

 p { color: rgb(191,251,86); }

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

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

 a { background-color: rgb(191,251,86); }

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

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

 span { border-color: rgb(191,251,86); }

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