#BFF980

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

Shades of Sulu #BFF980

Tints of Sulu #BFF980

Color information

#BFF980 (or 0xBFF980) is unknown color: approx Sulu. HEX triplet: BF, F9 and 80. RGB value is (191,249,128). Sum of RGB (Red+Green+Blue) = 191+249+128=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF980 is #40067F. Grayscale: #DADADA. Windows color (decimal): -4195968 or 8452543. OLE color: 8452543.

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

Color convert

RGB191249128-
CMYK0.2300.490.02
HSL88.76º90.98%73.92%-
HSV(B)88.76º48.59%97.65%-
XYZ59.2680.3932.81-
YUV217.8677.28108.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 249 (97.66% from 255) = 43.84%
BLUE value IS 128 (50.39% from 255) = 22.54%
R=33.63%
G=43.84%
B=22.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912491280.2300.490.0288.7690.9873.92
HexBFF980170312595b4a
Octal277371200270612131133112
Binary10111111111110011000000010111011000110101100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF980; }

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

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

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

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

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

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

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

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