#BFE48E

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

Shades of Sulu #BFE48E

Tints of Sulu #BFE48E

Color information

#BFE48E (or 0xBFE48E) is unknown color: approx Sulu. HEX triplet: BF, E4 and 8E. RGB value is (191,228,142). Sum of RGB (Red+Green+Blue) = 191+228+142=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE48E is #401B71. Grayscale: #CFCFCF. Windows color (decimal): -4201330 or 9364671. OLE color: 9364671.

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

Color convert

RGB191228142-
CMYK0.1600.380.11
HSL85.81º61.43%72.55%-
HSV(B)85.81º37.72%89.41%-
XYZ54.1168.5235.96-
YUV207.1391.24116.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 228 (89.45% from 255) = 40.64%
BLUE value IS 142 (55.86% from 255) = 25.31%
R=34.05%
G=40.64%
B=25.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912281420.1600.380.1185.8161.4372.55
HexBFE48E10026B563d49
Octal277344216200461312675111
Binary101111111110010010001110100000100110101110101101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE48E; }

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

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

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

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

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

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

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

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