#BFFD5F

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

Shades of Conifer #BFFD5F

Tints of Conifer #BFFD5F

Color information

#BFFD5F (or 0xBFFD5F) is unknown color: approx Conifer. HEX triplet: BF, FD and 5F. RGB value is (191,253,95). Sum of RGB (Red+Green+Blue) = 191+253+95=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD5F is #4002A0. Grayscale: #D9D9D9. Windows color (decimal): -4194977 or 6290879. OLE color: 6290879.

HSL color Cylindrical-coordinate representation of color #BFFD5F: hue angle of 83.54º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFFD5F is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB19125395-
CMYK0.2500.620.01
HSL83.54º97.53%68.24%-
HSV(B)83.54º62.45%99.22%-
XYZ58.6882.1523.59-
YUV216.4559.46109.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 253 (99.22% from 255) = 46.94%
BLUE value IS 95 (37.5% from 255) = 17.63%
R=35.44%
G=46.94%
B=17.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal191253950.2500.620.0183.5497.5368.24
HexBFFD5F1903E1546244
Octal277375137310761124142104
Binary101111111111110110111111100101111101101010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFD5F; }

 p { color: rgb(191,253,95); }

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

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

 a { background-color: rgb(191,253,95); }

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

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

 span { border-color: rgb(191,253,95); }

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