#BFE081

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

Shades of Sulu #BFE081

Tints of Sulu #BFE081

Color information

#BFE081 (or 0xBFE081) is unknown color: approx Sulu. HEX triplet: BF, E0 and 81. RGB value is (191,224,129). Sum of RGB (Red+Green+Blue) = 191+224+129=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE081 is #401F7E. Grayscale: #CBCBCB. Windows color (decimal): -4202367 or 8511679. OLE color: 8511679.

HSL color Cylindrical-coordinate representation of color #BFE081: hue angle of 80.84º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFE081 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB191224129-
CMYK0.1500.420.12
HSL80.84º60.51%69.22%-
HSV(B)80.84º42.41%87.84%-
XYZ52.165.9730.76-
YUV203.386.07119.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 224 (87.89% from 255) = 41.18%
BLUE value IS 129 (50.78% from 255) = 23.71%
R=35.11%
G=41.18%
B=23.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241290.1500.420.1280.8460.5169.22
HexBFE081F02AC513d45
Octal277340201170521412175105
Binary10111111111000001000000111110101010110010100011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE081; }

 p { color: rgb(191,224,129); }

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

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

 a { background-color: rgb(191,224,129); }

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

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

 span { border-color: rgb(191,224,129); }

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