#BFFE76

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

Shades of Sulu #BFFE76

Tints of Sulu #BFFE76

Color information

#BFFE76 (or 0xBFFE76) is unknown color: approx Sulu. HEX triplet: BF, FE and 76. RGB value is (191,254,118). Sum of RGB (Red+Green+Blue) = 191+254+118=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE76 is #400189. Grayscale: #DCDCDC. Windows color (decimal): -4194698 or 7798463. OLE color: 7798463.

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

Color convert

RGB191254118-
CMYK0.2500.540.00
HSL87.79º98.55%72.94%-
HSV(B)87.79º53.54%99.61%-
XYZ60.283.2730.04-
YUV219.6670.63107.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 254 (99.61% from 255) = 45.12%
BLUE value IS 118 (46.48% from 255) = 20.96%
R=33.93%
G=45.12%
B=20.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912541180.2500.540.0087.7998.5572.94
HexBFFE76190360586349
Octal277376166310660130143111
Binary101111111111111011101101100101101100101100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFE76; }

 p { color: rgb(191,254,118); }

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

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

 a { background-color: rgb(191,254,118); }

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

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

 span { border-color: rgb(191,254,118); }

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