Shades of Sulu #BFF380
Tints of Sulu #BFF380
RGB
CMYK
RGB Variations
Color information
#BFF380 (or 0xBFF380) is known color: Sulu. HEX triplet: BF, F3 and 80. RGB value is (191,243,128). Sum of RGB (Red+Green+Blue) = 191+243+128=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF380 is #400C7F. Grayscale: #D6D6D6. Windows color (decimal): -4197504 or 8451007. OLE color: 8451007.
HSL color Cylindrical-coordinate representation of color #BFF380: hue angle of 87.13º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFF380 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 128 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.05 |
| HSL | 87.13º | 0.83% | 0.73% | - |
| HSV(B) | 87.13º | 0.47% | 0.95% | - |
| XYZ | 57.43 | 76.74 | 32.21 | - |
| YUV | 214.34 | 79.27 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 128 | 0.21 | 0 | 0.47 | 0.05 | 87.13 | 0.83 | 0.73 |
| Hex | BF | F3 | 80 | 15 | 0 | 2F | 5 | 57 | 53 | 49 |
| Octal | 277 | 363 | 200 | 25 | 0 | 57 | 5 | 127 | 123 | 111 |
| Binary | 10111111 | 11110011 | 10000000 | 10101 | 0 | 101111 | 101 | 1010111 | 1010011 | 1001001 |
Color Harmonies of #BFF380
Complementary color
Monochromatic Colors of #BFF380
Black with #BFF380
Text Example
Text Example
White with #BFF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF380; }
p { color: rgb(191,243,128); }
H1.HeaderClassName
{
color: #BFF380;
}
.AnyTagClassName
{
color: #BFF380;
}
</style>
background-color css
<style>
a { background-color: #BFF380; }
a { background-color: rgb(191,243,128); }
div.DivClassName
{
background-color: #BFF380;
}
.BgClassName
{
background-color: #BFF380;
}
</style>
border-color css
<style>
span { border-color: #BFF380; }
span { border-color: rgb(191,243,128); }
td.TdClassName
{
border-color: #BFF380;
}
.TagClassName
{
border-color: #BFF380;
}
</style>