Shades of Sulu #BFF36A
Tints of Sulu #BFF36A
RGB
CMYK
RGB Variations
Color information
#BFF36A (or 0xBFF36A) is known color: Sulu. HEX triplet: BF, F3 and 6A. RGB value is (191,243,106). Sum of RGB (Red+Green+Blue) = 191+243+106=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF36A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF36A is #400C95. Grayscale: #D4D4D4. Windows color (decimal): -4197526 or 7009215. OLE color: 7009215.
HSL color Cylindrical-coordinate representation of color #BFF36A: hue angle of 82.77º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFF36A is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 106 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.05 |
| HSL | 82.77º | 0.85% | 0.68% | - |
| HSV(B) | 82.77º | 0.56% | 0.95% | - |
| XYZ | 56.14 | 76.22 | 25.39 | - |
| YUV | 211.83 | 68.27 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 106 | 0.21 | 0 | 0.56 | 0.05 | 82.77 | 0.85 | 0.68 |
| Hex | BF | F3 | 6A | 15 | 0 | 38 | 5 | 53 | 55 | 44 |
| Octal | 277 | 363 | 152 | 25 | 0 | 70 | 5 | 123 | 125 | 104 |
| Binary | 10111111 | 11110011 | 1101010 | 10101 | 0 | 111000 | 101 | 1010011 | 1010101 | 1000100 |
Color Harmonies of #BFF36A
Complementary color
Monochromatic Colors of #BFF36A
Black with #BFF36A
Text Example
Text Example
White with #BFF36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF36A; }
p { color: rgb(191,243,106); }
H1.HeaderClassName
{
color: #BFF36A;
}
.AnyTagClassName
{
color: #BFF36A;
}
</style>
background-color css
<style>
a { background-color: #BFF36A; }
a { background-color: rgb(191,243,106); }
div.DivClassName
{
background-color: #BFF36A;
}
.BgClassName
{
background-color: #BFF36A;
}
</style>
border-color css
<style>
span { border-color: #BFF36A; }
span { border-color: rgb(191,243,106); }
td.TdClassName
{
border-color: #BFF36A;
}
.TagClassName
{
border-color: #BFF36A;
}
</style>