#BFEA7E

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

Shades of Sulu #BFEA7E

Tints of Sulu #BFEA7E

Color information

#BFEA7E (or 0xBFEA7E) is unknown color: approx Sulu. HEX triplet: BF, EA and 7E. RGB value is (191,234,126). Sum of RGB (Red+Green+Blue) = 191+234+126=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEA7E is #401581. Grayscale: #D1D1D1. Windows color (decimal): -4199810 or 8317631. OLE color: 8317631.

HSL color Cylindrical-coordinate representation of color #BFEA7E: hue angle of 83.89º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFEA7E is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB191234126-
CMYK0.1800.460.08
HSL83.89º72%70.59%-
HSV(B)83.89º46.15%91.76%-
XYZ54.6771.4330.64-
YUV208.8381.25115.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 234 (91.80% from 255) = 42.47%
BLUE value IS 126 (49.61% from 255) = 22.87%
R=34.66%
G=42.47%
B=22.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912341260.1800.460.0883.897270.59
HexBFEA7E1202E8544847
Octal2773521762205610124110107
Binary101111111110101011111101001001011101000101010010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEA7E; }

 p { color: rgb(191,234,126); }

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

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

 a { background-color: rgb(191,234,126); }

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

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

 span { border-color: rgb(191,234,126); }

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