#BFFE95

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

Shades of Reef #BFFE95

Tints of Reef #BFFE95

Color information

#BFFE95 (or 0xBFFE95) is unknown color: approx Reef. HEX triplet: BF, FE and 95. RGB value is (191,254,149). Sum of RGB (Red+Green+Blue) = 191+254+149=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFE95 is #40016A. Grayscale: #DFDFDF. Windows color (decimal): -4194667 or 9830079. OLE color: 9830079.

HSL color Cylindrical-coordinate representation of color #BFFE95: hue angle of 96º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFFE95 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB191254149-
CMYK0.2500.410.00
HSL96º98.13%79.02%-
HSV(B)96º41.34%99.61%-
XYZ62.3584.1341.39-
YUV223.1986.13105.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 254 (99.61% from 255) = 42.76%
BLUE value IS 149 (58.59% from 255) = 25.08%
R=32.15%
G=42.76%
B=25.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912541490.2500.410.009698.1379.02
HexBFFE9519029060624f
Octal277376225310510140142117
Binary1011111111111110100101011100101010010110000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFE95; }

 p { color: rgb(191,254,149); }

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

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

 a { background-color: rgb(191,254,149); }

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

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

 span { border-color: rgb(191,254,149); }

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