#BFF88F

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

Shades of Sulu #BFF88F

Tints of Sulu #BFF88F

Color information

#BFF88F (or 0xBFF88F) is unknown color: approx Sulu. HEX triplet: BF, F8 and 8F. RGB value is (191,248,143). Sum of RGB (Red+Green+Blue) = 191+248+143=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF88F is #400770. Grayscale: #DBDBDB. Windows color (decimal): -4196209 or 9435327. OLE color: 9435327.

HSL color Cylindrical-coordinate representation of color #BFF88F: hue angle of 92.57º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFF88F is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB191248143-
CMYK0.2300.420.03
HSL92.57º88.24%76.67%-
HSV(B)92.57º42.34%97.25%-
XYZ60.0180.1938.3-
YUV218.9985.12108.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 248 (97.27% from 255) = 42.61%
BLUE value IS 143 (56.25% from 255) = 24.57%
R=32.82%
G=42.61%
B=24.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912481430.2300.420.0392.5788.2476.67
HexBFF88F1702A35d584d
Octal277370217270523135130115
Binary10111111111110001000111110111010101011101110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF88F; }

 p { color: rgb(191,248,143); }

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

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

 a { background-color: rgb(191,248,143); }

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

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

 span { border-color: rgb(191,248,143); }

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