#BFFE71

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

Shades of Sulu #BFFE71

Tints of Sulu #BFFE71

Color information

#BFFE71 (or 0xBFFE71) is unknown color: approx Sulu. HEX triplet: BF, FE and 71. RGB value is (191,254,113). Sum of RGB (Red+Green+Blue) = 191+254+113=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 113 (44.53% from 255 or 20.25% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE71 is #40018E. Grayscale: #DBDBDB. Windows color (decimal): -4194703 or 7470783. OLE color: 7470783.

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

Color convert

RGB191254113-
CMYK0.2500.560.00
HSL86.81º98.6%71.96%-
HSV(B)86.81º55.51%99.61%-
XYZ59.9183.1528.52-
YUV219.0968.13107.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 254 (99.61% from 255) = 45.52%
BLUE value IS 113 (44.53% from 255) = 20.25%
R=34.23%
G=45.52%
B=20.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912541130.2500.560.0086.8198.671.96
HexBFFE71190380576348
Octal277376161310700127143110
Binary101111111111111011100011100101110000101011111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFE71; }

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

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

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

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

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

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

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

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