#BFF665

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

Shades of Sulu #BFF665

Tints of Sulu #BFF665

Color information

#BFF665 (or 0xBFF665) is unknown color: approx Sulu. HEX triplet: BF, F6 and 65. RGB value is (191,246,101). Sum of RGB (Red+Green+Blue) = 191+246+101=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF665 is #40099A. Grayscale: #D5D5D5. Windows color (decimal): -4196763 or 6682303. OLE color: 6682303.

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

Color convert

RGB191246101-
CMYK0.2200.590.04
HSL82.76º88.96%68.04%-
HSV(B)82.76º58.94%96.47%-
XYZ56.7977.9324.36-
YUV213.0264.78112.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 246 (96.48% from 255) = 45.72%
BLUE value IS 101 (39.84% from 255) = 18.77%
R=35.50%
G=45.72%
B=18.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912461010.2200.590.0482.7688.9668.04
HexBFF6651603B4535944
Octal277366145260734123131104
Binary10111111111101101100101101100111011100101001110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF665; }

 p { color: rgb(191,246,101); }

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

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

 a { background-color: rgb(191,246,101); }

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

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

 span { border-color: rgb(191,246,101); }

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