#BFE58D

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

Shades of Sulu #BFE58D

Tints of Sulu #BFE58D

Color information

#BFE58D (or 0xBFE58D) is unknown color: approx Sulu. HEX triplet: BF, E5 and 8D. RGB value is (191,229,141). Sum of RGB (Red+Green+Blue) = 191+229+141=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE58D is #401A72. Grayscale: #CFCFCF. Windows color (decimal): -4201075 or 9299391. OLE color: 9299391.

HSL color Cylindrical-coordinate representation of color #BFE58D: hue angle of 85.91º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFE58D is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB191229141-
CMYK0.1700.380.10
HSL85.91º62.86%72.55%-
HSV(B)85.91º38.43%89.8%-
XYZ54.3169.0435.66-
YUV207.6190.41116.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 229 (89.84% from 255) = 40.82%
BLUE value IS 141 (55.47% from 255) = 25.13%
R=34.05%
G=40.82%
B=25.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912291410.1700.380.1085.9162.8672.55
HexBFE58D11026A563f49
Octal277345215210461212677111
Binary101111111110010110001101100010100110101010101101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE58D; }

 p { color: rgb(191,229,141); }

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

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

 a { background-color: rgb(191,229,141); }

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

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

 span { border-color: rgb(191,229,141); }

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