#BFFF99

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

Shades of Reef #BFFF99

Tints of Reef #BFFF99

Color information

#BFFF99 (or 0xBFFF99) is unknown color: approx Reef. HEX triplet: BF, FF and 99. RGB value is (191,255,153). Sum of RGB (Red+Green+Blue) = 191+255+153=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF99 is #400066. Grayscale: #E0E0E0. Windows color (decimal): -4194407 or 10092479. OLE color: 10092479.

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

Color convert

RGB191255153-
CMYK0.2500.40
HSL97.65º100%80%-
HSV(B)97.65º40%100%-
XYZ6384.943.2-
YUV224.2487.8104.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.89%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 153 (60.16% from 255) = 25.54%
R=31.89%
G=42.57%
B=25.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551530.2500.4097.6510080
HexBFFF99190280626450
Octal277377231310500142144120
Binary1011111111111111100110011100101010000110001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF99; }

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

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

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

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

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

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

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

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