#BFF586

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

Shades of Sulu #BFF586

Tints of Sulu #BFF586

Color information

#BFF586 (or 0xBFF586) is unknown color: approx Sulu. HEX triplet: BF, F5 and 86. RGB value is (191,245,134). Sum of RGB (Red+Green+Blue) = 191+245+134=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF586 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF586 is #400A79. Grayscale: #D8D8D8. Windows color (decimal): -4196986 or 8844735. OLE color: 8844735.

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

Color convert

RGB191245134-
CMYK0.2200.450.04
HSL89.19º84.73%74.31%-
HSV(B)89.19º45.31%96.08%-
XYZ58.4478.134.55-
YUV216.281.61110.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 245 (96.09% from 255) = 42.98%
BLUE value IS 134 (52.73% from 255) = 23.51%
R=33.51%
G=42.98%
B=23.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912451340.2200.450.0489.1984.7374.31
HexBFF5861602D459554a
Octal277365206260554131125112
Binary101111111111010110000110101100101101100101100110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF586; }

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

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

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

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

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

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

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

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