#BFFF91

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

Shades of Reef #BFFF91

Tints of Reef #BFFF91

Color information

#BFFF91 (or 0xBFFF91) is unknown color: approx Reef. HEX triplet: BF, FF and 91. RGB value is (191,255,145). Sum of RGB (Red+Green+Blue) = 191+255+145=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF91 is #40006E. Grayscale: #DFDFDF. Windows color (decimal): -4194415 or 9568191. OLE color: 9568191.

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

Color convert

RGB191255145-
CMYK0.2500.430
HSL94.91º100%78.43%-
HSV(B)94.91º43.14%100%-
XYZ62.3684.6439.84-
YUV223.3283.8104.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 255 (100% from 255) = 43.15%
BLUE value IS 145 (57.03% from 255) = 24.53%
R=32.32%
G=43.15%
B=24.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551450.2500.43094.9110078.43
HexBFFF911902B05f644e
Octal277377221310530137144116
Binary1011111111111111100100011100101010110101111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF91; }

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

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

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

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

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

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

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

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