#BFE58C

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

Shades of Sulu #BFE58C

Tints of Sulu #BFE58C

Color information

#BFE58C (or 0xBFE58C) is unknown color: approx Sulu. HEX triplet: BF, E5 and 8C. RGB value is (191,229,140). Sum of RGB (Red+Green+Blue) = 191+229+140=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE58C is #401A73. Grayscale: #CFCFCF. Windows color (decimal): -4201076 or 9233855. OLE color: 9233855.

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

Color convert

RGB191229140-
CMYK0.1700.390.10
HSL85.62º63.12%72.35%-
HSV(B)85.62º38.86%89.8%-
XYZ54.2469.0135.27-
YUV207.4989.91116.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 229 (89.84% from 255) = 40.89%
BLUE value IS 140 (55.08% from 255) = 25%
R=34.11%
G=40.89%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912291400.1700.390.1085.6263.1272.35
HexBFE58C11027A563f48
Octal277345214210471212677110
Binary101111111110010110001100100010100111101010101101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE58C; }

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

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

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

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

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

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

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

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