#BFFB81

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

Shades of Sulu #BFFB81

Tints of Sulu #BFFB81

Color information

#BFFB81 (or 0xBFFB81) is unknown color: approx Sulu. HEX triplet: BF, FB and 81. RGB value is (191,251,129). Sum of RGB (Red+Green+Blue) = 191+251+129=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFB81 is #40047E. Grayscale: #DBDBDB. Windows color (decimal): -4195455 or 8518591. OLE color: 8518591.

HSL color Cylindrical-coordinate representation of color #BFFB81: hue angle of 89.51º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFFB81 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB191251129-
CMYK0.2400.490.02
HSL89.51º93.85%74.51%-
HSV(B)89.51º48.61%98.43%-
XYZ59.9581.6633.37-
YUV219.1577.12107.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 251 (98.44% from 255) = 43.96%
BLUE value IS 129 (50.78% from 255) = 22.59%
R=33.45%
G=43.96%
B=22.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912511290.2400.490.0289.5193.8574.51
HexBFFB811803125a5e4b
Octal277373201300612132136113
Binary10111111111110111000000111000011000110101101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFB81; }

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

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

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

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

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

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

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

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