#BFFD95

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

Shades of Reef #BFFD95

Tints of Reef #BFFD95

Color information

#BFFD95 (or 0xBFFD95) is unknown color: approx Reef. HEX triplet: BF, FD and 95. RGB value is (191,253,149). Sum of RGB (Red+Green+Blue) = 191+253+149=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFD95 is #40026A. Grayscale: #DEDEDE. Windows color (decimal): -4194923 or 9829823. OLE color: 9829823.

HSL color Cylindrical-coordinate representation of color #BFFD95: hue angle of 95.77º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFFD95 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB191253149-
CMYK0.2500.410.01
HSL95.77º96.3%78.82%-
HSV(B)95.77º41.11%99.22%-
XYZ62.0483.541.28-
YUV222.6186.46105.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.21%
GREEN value IS 253 (99.22% from 255) = 42.66%
BLUE value IS 149 (58.59% from 255) = 25.13%
R=32.21%
G=42.66%
B=25.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912531490.2500.410.0195.7796.378.82
HexBFFD9519029160604f
Octal277375225310511140140117
Binary1011111111111101100101011100101010011110000011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFD95; }

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

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

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

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

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

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

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

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