#BFF795

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

Shades of Reef #BFF795

Tints of Reef #BFF795

Color information

#BFF795 (or 0xBFF795) is unknown color: approx Reef. HEX triplet: BF, F7 and 95. RGB value is (191,247,149). Sum of RGB (Red+Green+Blue) = 191+247+149=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF795 is #40086A. Grayscale: #DBDBDB. Windows color (decimal): -4196459 or 9828287. OLE color: 9828287.

HSL color Cylindrical-coordinate representation of color #BFF795: hue angle of 94.29º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFF795 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB191247149-
CMYK0.2300.400.03
HSL94.29º85.96%77.65%-
HSV(B)94.29º39.68%96.86%-
XYZ60.1779.7740.66-
YUV219.0888.45107.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 247 (96.88% from 255) = 42.08%
BLUE value IS 149 (58.59% from 255) = 25.38%
R=32.54%
G=42.08%
B=25.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912471490.2300.400.0394.2985.9677.65
HexBFF7951702835e564e
Octal277367225270503136126116
Binary10111111111101111001010110111010100011101111010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF795; }

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

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

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

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

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

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

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

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