#BFF085

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

Shades of Sulu #BFF085

Tints of Sulu #BFF085

Color information

#BFF085 (or 0xBFF085) is unknown color: approx Sulu. HEX triplet: BF, F0 and 85. RGB value is (191,240,133). Sum of RGB (Red+Green+Blue) = 191+240+133=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF085 is #400F7A. Grayscale: #D5D5D5. Windows color (decimal): -4198267 or 8777919. OLE color: 8777919.

HSL color Cylindrical-coordinate representation of color #BFF085: hue angle of 87.48º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFF085 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB191240133-
CMYK0.2000.450.06
HSL87.48º78.1%73.14%-
HSV(B)87.48º44.58%94.12%-
XYZ56.8875.0933.69-
YUV213.1582.77112.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 240 (94.14% from 255) = 42.55%
BLUE value IS 133 (52.34% from 255) = 23.58%
R=33.87%
G=42.55%
B=23.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912401330.2000.450.0687.4878.173.14
HexBFF0851402D6574e49
Octal277360205240556127116111
Binary101111111111000010000101101000101101110101011110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF085; }

 p { color: rgb(191,240,133); }

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

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

 a { background-color: rgb(191,240,133); }

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

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

 span { border-color: rgb(191,240,133); }

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