Shades of Sulu #BFF37C
Tints of Sulu #BFF37C
RGB
CMYK
RGB Variations
Color information
#BFF37C (or 0xBFF37C) is known color: Sulu. HEX triplet: BF, F3 and 7C. RGB value is (191,243,124). Sum of RGB (Red+Green+Blue) = 191+243+124=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF37C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF37C is #400C83. Grayscale: #D6D6D6. Windows color (decimal): -4197508 or 8188863. OLE color: 8188863.
HSL color Cylindrical-coordinate representation of color #BFF37C: hue angle of 86.22º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFF37C is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 124 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.05 |
| HSL | 86.22º | 0.83% | 0.72% | - |
| HSV(B) | 86.22º | 0.49% | 0.95% | - |
| XYZ | 57.17 | 76.63 | 30.85 | - |
| YUV | 213.89 | 77.27 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 124 | 0.21 | 0 | 0.49 | 0.05 | 86.22 | 0.83 | 0.72 |
| Hex | BF | F3 | 7C | 15 | 0 | 31 | 5 | 56 | 53 | 48 |
| Octal | 277 | 363 | 174 | 25 | 0 | 61 | 5 | 126 | 123 | 110 |
| Binary | 10111111 | 11110011 | 1111100 | 10101 | 0 | 110001 | 101 | 1010110 | 1010011 | 1001000 |
Color Harmonies of #BFF37C
Complementary color
Monochromatic Colors of #BFF37C
Black with #BFF37C
Text Example
Text Example
White with #BFF37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF37C; }
p { color: rgb(191,243,124); }
H1.HeaderClassName
{
color: #BFF37C;
}
.AnyTagClassName
{
color: #BFF37C;
}
</style>
background-color css
<style>
a { background-color: #BFF37C; }
a { background-color: rgb(191,243,124); }
div.DivClassName
{
background-color: #BFF37C;
}
.BgClassName
{
background-color: #BFF37C;
}
</style>
border-color css
<style>
span { border-color: #BFF37C; }
span { border-color: rgb(191,243,124); }
td.TdClassName
{
border-color: #BFF37C;
}
.TagClassName
{
border-color: #BFF37C;
}
</style>