#BFE485

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

Shades of Sulu #BFE485

Tints of Sulu #BFE485

Color information

#BFE485 (or 0xBFE485) is unknown color: approx Sulu. HEX triplet: BF, E4 and 85. RGB value is (191,228,133). Sum of RGB (Red+Green+Blue) = 191+228+133=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE485 is #401B7A. Grayscale: #CECECE. Windows color (decimal): -4201339 or 8774847. OLE color: 8774847.

HSL color Cylindrical-coordinate representation of color #BFE485: hue angle of 83.37º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFE485 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB191228133-
CMYK0.1600.420.11
HSL83.37º63.76%70.78%-
HSV(B)83.37º41.67%89.41%-
XYZ53.4668.2632.55-
YUV206.1186.74117.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 228 (89.45% from 255) = 41.30%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=34.60%
G=41.30%
B=24.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912281330.1600.420.1183.3763.7670.78
HexBFE4851002AB534047
Octal2773442052005213123100107
Binary1011111111100100100001011000001010101011101001110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE485; }

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

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

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

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

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

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

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

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