#BFFF81

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

Shades of Sulu #BFFF81

Tints of Sulu #BFFF81

Color information

#BFFF81 (or 0xBFFF81) is unknown color: approx Sulu. HEX triplet: BF, FF and 81. RGB value is (191,255,129). Sum of RGB (Red+Green+Blue) = 191+255+129=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 129 (50.78% from 255 or 22.43% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF81 is #40007E. Grayscale: #DDDDDD. Windows color (decimal): -4194431 or 8519615. OLE color: 8519615.

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

Color convert

RGB191255129-
CMYK0.2500.490
HSL90.48º100%75.29%-
HSV(B)90.48º49.41%100%-
XYZ61.2184.1833.79-
YUV221.575.8106.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 255 (100% from 255) = 44.35%
BLUE value IS 129 (50.78% from 255) = 22.43%
R=33.22%
G=44.35%
B=22.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551290.2500.49090.4810075.29
HexBFFF811903105a644b
Octal277377201310610132144113
Binary1011111111111111100000011100101100010101101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF81; }

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

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

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

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

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

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

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

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