#BFFF95

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

Shades of Reef #BFFF95

Tints of Reef #BFFF95

Color information

#BFFF95 (or 0xBFFF95) is unknown color: approx Reef. HEX triplet: BF, FF and 95. RGB value is (191,255,149). Sum of RGB (Red+Green+Blue) = 191+255+149=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF95 is #40006A. Grayscale: #E0E0E0. Windows color (decimal): -4194411 or 9830335. OLE color: 9830335.

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

Color convert

RGB191255149-
CMYK0.2500.420
HSL96.23º100%79.22%-
HSV(B)96.23º41.57%100%-
XYZ62.6784.7741.49-
YUV223.7885.8104.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 255 (100% from 255) = 42.86%
BLUE value IS 149 (58.59% from 255) = 25.04%
R=32.10%
G=42.86%
B=25.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551490.2500.42096.2310079.22
HexBFFF951902A060644f
Octal277377225310520140144117
Binary1011111111111111100101011100101010100110000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF95; }

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

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

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

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

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

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

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

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