#BFF494

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

Shades of Reef #BFF494

Tints of Reef #BFF494

Color information

#BFF494 (or 0xBFF494) is unknown color: approx Reef. HEX triplet: BF, F4 and 94. RGB value is (191,244,148). Sum of RGB (Red+Green+Blue) = 191+244+148=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF494 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF494 is #400B6B. Grayscale: #D9D9D9. Windows color (decimal): -4197228 or 9761983. OLE color: 9761983.

HSL color Cylindrical-coordinate representation of color #BFF494: hue angle of 93.12º degrees, saturation: 0.81, 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 #BFF494 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB191244148-
CMYK0.2200.390.04
HSL93.12º81.36%76.86%-
HSV(B)93.12º39.34%95.69%-
XYZ59.1877.9239.94-
YUV217.2188.94109.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 244 (95.70% from 255) = 41.85%
BLUE value IS 148 (58.20% from 255) = 25.39%
R=32.76%
G=41.85%
B=25.39%

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
Decimal1912441480.2200.390.0493.1281.3676.86
HexBFF4941602745d514d
Octal277364224260474135121115
Binary101111111111010010010100101100100111100101110110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF494; }

 p { color: rgb(191,244,148); }

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

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

 a { background-color: rgb(191,244,148); }

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

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

 span { border-color: rgb(191,244,148); }

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