#BFF596

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

Shades of Reef #BFF596

Tints of Reef #BFF596

Color information

#BFF596 (or 0xBFF596) is unknown color: approx Reef. HEX triplet: BF, F5 and 96. RGB value is (191,245,150). Sum of RGB (Red+Green+Blue) = 191+245+150=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF596 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF596 is #400A69. Grayscale: #DADADA. Windows color (decimal): -4196970 or 9893311. OLE color: 9893311.

HSL color Cylindrical-coordinate representation of color #BFF596: hue angle of 94.11º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFF596 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB191245150-
CMYK0.2200.390.04
HSL94.11º82.61%77.45%-
HSV(B)94.11º38.78%96.08%-
XYZ59.6478.5840.88-
YUV218.0289.61108.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 245 (96.09% from 255) = 41.81%
BLUE value IS 150 (58.98% from 255) = 25.60%
R=32.59%
G=41.81%
B=25.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912451500.2200.390.0494.1182.6177.45
HexBFF5961602745e534d
Octal277365226260474136123115
Binary101111111111010110010110101100100111100101111010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF596; }

 p { color: rgb(191,245,150); }

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

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

 a { background-color: rgb(191,245,150); }

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

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

 span { border-color: rgb(191,245,150); }

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