#BFF356

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

Shades of Conifer #BFF356

Tints of Conifer #BFF356

Color information

#BFF356 (or 0xBFF356) is unknown color: approx Conifer. HEX triplet: BF, F3 and 56. RGB value is (191,243,86). Sum of RGB (Red+Green+Blue) = 191+243+86=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF356 is #400CA9. Grayscale: #D2D2D2. Windows color (decimal): -4197546 or 5698495. OLE color: 5698495.

HSL color Cylindrical-coordinate representation of color #BFF356: hue angle of 79.87º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFF356 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB19124386-
CMYK0.2100.650.05
HSL79.87º86.74%64.51%-
HSV(B)79.87º64.61%95.29%-
XYZ55.2275.8520.53-
YUV209.5558.27114.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 243 (95.31% from 255) = 46.73%
BLUE value IS 86 (33.98% from 255) = 16.54%
R=36.73%
G=46.73%
B=16.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191243860.2100.650.0579.8786.7464.51
HexBFF356150415505741
Octal2773631262501015120127101
Binary101111111111001110101101010101000001101101000010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF356; }

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

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

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

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

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

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

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

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