#BFF785

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

Shades of Sulu #BFF785

Tints of Sulu #BFF785

Color information

#BFF785 (or 0xBFF785) is unknown color: approx Sulu. HEX triplet: BF, F7 and 85. RGB value is (191,247,133). Sum of RGB (Red+Green+Blue) = 191+247+133=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF785 is #40087A. Grayscale: #D9D9D9. Windows color (decimal): -4196475 or 8779711. OLE color: 8779711.

HSL color Cylindrical-coordinate representation of color #BFF785: hue angle of 89.47º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFF785 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB191247133-
CMYK0.2300.460.03
HSL89.47º87.69%74.51%-
HSV(B)89.47º46.15%96.86%-
XYZ58.9879.2934.39-
YUV217.2680.45109.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 247 (96.88% from 255) = 43.26%
BLUE value IS 133 (52.34% from 255) = 23.29%
R=33.45%
G=43.26%
B=23.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912471330.2300.460.0389.4787.6974.51
HexBFF7851702E359584b
Octal277367205270563131130113
Binary10111111111101111000010110111010111011101100110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF785; }

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

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

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

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

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

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

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

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