#BFE388

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

Shades of Sulu #BFE388

Tints of Sulu #BFE388

Color information

#BFE388 (or 0xBFE388) is unknown color: approx Sulu. HEX triplet: BF, E3 and 88. RGB value is (191,227,136). Sum of RGB (Red+Green+Blue) = 191+227+136=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE388 is #401C77. Grayscale: #CECECE. Windows color (decimal): -4201592 or 8971199. OLE color: 8971199.

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

Color convert

RGB191227136-
CMYK0.1600.400.11
HSL83.74º61.9%71.18%-
HSV(B)83.74º40.09%89.02%-
XYZ53.467.7933.56-
YUV205.8688.57117.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 227 (89.06% from 255) = 40.97%
BLUE value IS 136 (53.52% from 255) = 24.55%
R=34.48%
G=40.97%
B=24.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912271360.1600.400.1183.7461.971.18
HexBFE38810028B543e47
Octal277343210200501312476107
Binary101111111110001110001000100000101000101110101001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE388; }

 p { color: rgb(191,227,136); }

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

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

 a { background-color: rgb(191,227,136); }

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

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

 span { border-color: rgb(191,227,136); }

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