Shades of Sulu #BFF36B
Tints of Sulu #BFF36B
RGB
CMYK
RGB Variations
Color information
#BFF36B (or 0xBFF36B) is known color: Sulu. HEX triplet: BF, F3 and 6B. RGB value is (191,243,107). Sum of RGB (Red+Green+Blue) = 191+243+107=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF36B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF36B is #400C94. Grayscale: #D4D4D4. Windows color (decimal): -4197525 or 7074751. OLE color: 7074751.
HSL color Cylindrical-coordinate representation of color #BFF36B: hue angle of 82.94º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFF36B is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 107 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.05 |
| HSL | 82.94º | 0.85% | 0.69% | - |
| HSV(B) | 82.94º | 0.56% | 0.95% | - |
| XYZ | 56.19 | 76.24 | 25.66 | - |
| YUV | 211.95 | 68.77 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 107 | 0.21 | 0 | 0.56 | 0.05 | 82.94 | 0.85 | 0.69 |
| Hex | BF | F3 | 6B | 15 | 0 | 38 | 5 | 53 | 55 | 45 |
| Octal | 277 | 363 | 153 | 25 | 0 | 70 | 5 | 123 | 125 | 105 |
| Binary | 10111111 | 11110011 | 1101011 | 10101 | 0 | 111000 | 101 | 1010011 | 1010101 | 1000101 |
Color Harmonies of #BFF36B
Complementary color
Monochromatic Colors of #BFF36B
Black with #BFF36B
Text Example
Text Example
White with #BFF36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF36B; }
p { color: rgb(191,243,107); }
H1.HeaderClassName
{
color: #BFF36B;
}
.AnyTagClassName
{
color: #BFF36B;
}
</style>
background-color css
<style>
a { background-color: #BFF36B; }
a { background-color: rgb(191,243,107); }
div.DivClassName
{
background-color: #BFF36B;
}
.BgClassName
{
background-color: #BFF36B;
}
</style>
border-color css
<style>
span { border-color: #BFF36B; }
span { border-color: rgb(191,243,107); }
td.TdClassName
{
border-color: #BFF36B;
}
.TagClassName
{
border-color: #BFF36B;
}
</style>