Shades of Sulu #BFF37F
Tints of Sulu #BFF37F
RGB
CMYK
RGB Variations
Color information
#BFF37F (or 0xBFF37F) is known color: Sulu. HEX triplet: BF, F3 and 7F. RGB value is (191,243,127). Sum of RGB (Red+Green+Blue) = 191+243+127=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF37F is #400C80. Grayscale: #D6D6D6. Windows color (decimal): -4197505 or 8385471. OLE color: 8385471.
HSL color Cylindrical-coordinate representation of color #BFF37F: hue angle of 86.9º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFF37F is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 127 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.05 |
| HSL | 86.9º | 0.83% | 0.73% | - |
| HSV(B) | 86.9º | 0.48% | 0.95% | - |
| XYZ | 57.37 | 76.71 | 31.86 | - |
| YUV | 214.23 | 78.77 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 127 | 0.21 | 0 | 0.48 | 0.05 | 86.9 | 0.83 | 0.73 |
| Hex | BF | F3 | 7F | 15 | 0 | 30 | 5 | 57 | 53 | 49 |
| Octal | 277 | 363 | 177 | 25 | 0 | 60 | 5 | 127 | 123 | 111 |
| Binary | 10111111 | 11110011 | 1111111 | 10101 | 0 | 110000 | 101 | 1010111 | 1010011 | 1001001 |
Color Harmonies of #BFF37F
Complementary color
Monochromatic Colors of #BFF37F
Black with #BFF37F
Text Example
Text Example
White with #BFF37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF37F; }
p { color: rgb(191,243,127); }
H1.HeaderClassName
{
color: #BFF37F;
}
.AnyTagClassName
{
color: #BFF37F;
}
</style>
background-color css
<style>
a { background-color: #BFF37F; }
a { background-color: rgb(191,243,127); }
div.DivClassName
{
background-color: #BFF37F;
}
.BgClassName
{
background-color: #BFF37F;
}
</style>
border-color css
<style>
span { border-color: #BFF37F; }
span { border-color: rgb(191,243,127); }
td.TdClassName
{
border-color: #BFF37F;
}
.TagClassName
{
border-color: #BFF37F;
}
</style>