Shades of Sulu #BFF072
Tints of Sulu #BFF072
RGB
CMYK
RGB Variations
Color information
#BFF072 (or 0xBFF072) is known color: Sulu. HEX triplet: BF, F0 and 72. RGB value is (191,240,114). Sum of RGB (Red+Green+Blue) = 191+240+114=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF072 is #400F8D. Grayscale: #D3D3D3. Windows color (decimal): -4198286 or 7532735. OLE color: 7532735.
HSL color Cylindrical-coordinate representation of color #BFF072: hue angle of 83.33º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFF072 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 114 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.06 |
| HSL | 83.33º | 0.81% | 0.69% | - |
| HSV(B) | 83.33º | 0.53% | 0.94% | - |
| XYZ | 55.68 | 74.61 | 27.39 | - |
| YUV | 210.99 | 73.27 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 114 | 0.20 | 0 | 0.52 | 0.06 | 83.33 | 0.81 | 0.69 |
| Hex | BF | F0 | 72 | 14 | 0 | 34 | 6 | 53 | 51 | 45 |
| Octal | 277 | 360 | 162 | 24 | 0 | 64 | 6 | 123 | 121 | 105 |
| Binary | 10111111 | 11110000 | 1110010 | 10100 | 0 | 110100 | 110 | 1010011 | 1010001 | 1000101 |
Color Harmonies of #BFF072
Complementary color
Monochromatic Colors of #BFF072
Black with #BFF072
Text Example
Text Example
White with #BFF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF072; }
p { color: rgb(191,240,114); }
H1.HeaderClassName
{
color: #BFF072;
}
.AnyTagClassName
{
color: #BFF072;
}
</style>
background-color css
<style>
a { background-color: #BFF072; }
a { background-color: rgb(191,240,114); }
div.DivClassName
{
background-color: #BFF072;
}
.BgClassName
{
background-color: #BFF072;
}
</style>
border-color css
<style>
span { border-color: #BFF072; }
span { border-color: rgb(191,240,114); }
td.TdClassName
{
border-color: #BFF072;
}
.TagClassName
{
border-color: #BFF072;
}
</style>