#BFF983

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

Shades of Sulu #BFF983

Tints of Sulu #BFF983

Color information

#BFF983 (or 0xBFF983) is unknown color: approx Sulu. HEX triplet: BF, F9 and 83. RGB value is (191,249,131). Sum of RGB (Red+Green+Blue) = 191+249+131=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF983 is #40067C. Grayscale: #DADADA. Windows color (decimal): -4195965 or 8649151. OLE color: 8649151.

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

Color convert

RGB191249131-
CMYK0.2300.470.02
HSL89.49º90.77%74.51%-
HSV(B)89.49º47.39%97.65%-
XYZ59.4680.4733.87-
YUV218.2178.78108.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 249 (97.66% from 255) = 43.61%
BLUE value IS 131 (51.56% from 255) = 22.94%
R=33.45%
G=43.61%
B=22.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912491310.2300.470.0289.4990.7774.51
HexBFF9831702F2595b4b
Octal277371203270572131133113
Binary10111111111110011000001110111010111110101100110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF983; }

 p { color: rgb(191,249,131); }

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

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

 a { background-color: rgb(191,249,131); }

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

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

 span { border-color: rgb(191,249,131); }

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