#BFFE97

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

Shades of Reef #BFFE97

Tints of Reef #BFFE97

Color information

#BFFE97 (or 0xBFFE97) is unknown color: approx Reef. HEX triplet: BF, FE and 97. RGB value is (191,254,151). Sum of RGB (Red+Green+Blue) = 191+254+151=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFE97 is #400168. Grayscale: #DFDFDF. Windows color (decimal): -4194665 or 9961151. OLE color: 9961151.

HSL color Cylindrical-coordinate representation of color #BFFE97: hue angle of 96.7º 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 #BFFE97 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB191254151-
CMYK0.2500.410.00
HSL96.7º98.1%79.41%-
HSV(B)96.7º40.55%99.61%-
XYZ62.5184.1942.23-
YUV223.4287.13104.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 254 (99.61% from 255) = 42.62%
BLUE value IS 151 (59.38% from 255) = 25.34%
R=32.05%
G=42.62%
B=25.34%

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
Decimal1912541510.2500.410.0096.798.179.41
HexBFFE9719029061624f
Octal277376227310510141142117
Binary1011111111111110100101111100101010010110000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFE97; }

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

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

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

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

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

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

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

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