#BFE58A

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

Shades of Sulu #BFE58A

Tints of Sulu #BFE58A

Color information

#BFE58A (or 0xBFE58A) is unknown color: approx Sulu. HEX triplet: BF, E5 and 8A. RGB value is (191,229,138). Sum of RGB (Red+Green+Blue) = 191+229+138=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE58A is #401A75. Grayscale: #CFCFCF. Windows color (decimal): -4201078 or 9102783. OLE color: 9102783.

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

Color convert

RGB191229138-
CMYK0.1700.400.10
HSL85.05º63.64%71.96%-
HSV(B)85.05º39.74%89.8%-
XYZ54.0968.9534.5-
YUV207.2688.91116.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 229 (89.84% from 255) = 41.04%
BLUE value IS 138 (54.30% from 255) = 24.73%
R=34.23%
G=41.04%
B=24.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912291380.1700.400.1085.0563.6471.96
HexBFE58A11028A554048
Octal2773452122105012125100110
Binary1011111111100101100010101000101010001010101010110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE58A; }

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

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

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

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

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

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

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

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