#BFFF80

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

Shades of Sulu #BFFF80

Tints of Sulu #BFFF80

Color information

#BFFF80 (or 0xBFFF80) is unknown color: approx Sulu. HEX triplet: BF, FF and 80. RGB value is (191,255,128). Sum of RGB (Red+Green+Blue) = 191+255+128=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF80 is #40007F. Grayscale: #DDDDDD. Windows color (decimal): -4194432 or 8454079. OLE color: 8454079.

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

Color convert

RGB191255128-
CMYK0.2500.500
HSL90.24º100%75.1%-
HSV(B)90.24º49.8%100%-
XYZ61.1484.1533.44-
YUV221.3975.3106.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 255 (100% from 255) = 44.43%
BLUE value IS 128 (50.39% from 255) = 22.30%
R=33.28%
G=44.43%
B=22.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551280.2500.50090.2410075.1
HexBFFF801903205a644b
Octal277377200310620132144113
Binary1011111111111111100000001100101100100101101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF80; }

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

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

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

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

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

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

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

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