#BFE785

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

Shades of Sulu #BFE785

Tints of Sulu #BFE785

Color information

#BFE785 (or 0xBFE785) is unknown color: approx Sulu. HEX triplet: BF, E7 and 85. RGB value is (191,231,133). Sum of RGB (Red+Green+Blue) = 191+231+133=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE785 is #40187A. Grayscale: #D0D0D0. Windows color (decimal): -4200571 or 8775615. OLE color: 8775615.

HSL color Cylindrical-coordinate representation of color #BFE785: hue angle of 84.49º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFE785 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB191231133-
CMYK0.1700.420.09
HSL84.49º67.12%71.37%-
HSV(B)84.49º42.42%90.59%-
XYZ54.369.9232.82-
YUV207.8785.75115.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 231 (90.62% from 255) = 41.62%
BLUE value IS 133 (52.34% from 255) = 23.96%
R=34.41%
G=41.62%
B=23.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912311330.1700.420.0984.4967.1271.37
HexBFE7851102A9544347
Octal2773472052105211124103107
Binary1011111111100111100001011000101010101001101010010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE785; }

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

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

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

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

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

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

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

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