Shades of Sulu #B7FF6E
Tints of Sulu #B7FF6E
RGB
CMYK
RGB Variations
Color information
#B7FF6E (or 0xB7FF6E) is known color: Sulu. HEX triplet: B7, FF and 6E. RGB value is (183,255,110). Sum of RGB (Red+Green+Blue) = 183+255+110=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7FF6E is #480091. Grayscale: #D9D9D9. Windows color (decimal): -4718738 or 7274423. OLE color: 7274423.
HSL color Cylindrical-coordinate representation of color #B7FF6E: hue angle of 89.79º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7FF6E is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 110 | - |
| CMYK | 0.28 | 0 | 0.57 | 0 |
| HSL | 89.79º | 1% | 0.72% | - |
| HSV(B) | 89.79º | 0.57% | 1% | - |
| XYZ | 58.1 | 82.71 | 27.65 | - |
| YUV | 216.94 | 67.65 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 110 | 0.28 | 0 | 0.57 | 0 | 89.79 | 1 | 0.72 |
| Hex | B7 | FF | 6E | 1C | 0 | 39 | 0 | 5A | 64 | 48 |
| Octal | 267 | 377 | 156 | 34 | 0 | 71 | 0 | 132 | 144 | 110 |
| Binary | 10110111 | 11111111 | 1101110 | 11100 | 0 | 111001 | 0 | 1011010 | 1100100 | 1001000 |
Color Harmonies of #B7FF6E
Complementary color
Monochromatic Colors of #B7FF6E
Black with #B7FF6E
Text Example
Text Example
White with #B7FF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FF6E; }
p { color: rgb(183,255,110); }
H1.HeaderClassName
{
color: #B7FF6E;
}
.AnyTagClassName
{
color: #B7FF6E;
}
</style>
background-color css
<style>
a { background-color: #B7FF6E; }
a { background-color: rgb(183,255,110); }
div.DivClassName
{
background-color: #B7FF6E;
}
.BgClassName
{
background-color: #B7FF6E;
}
</style>
border-color css
<style>
span { border-color: #B7FF6E; }
span { border-color: rgb(183,255,110); }
td.TdClassName
{
border-color: #B7FF6E;
}
.TagClassName
{
border-color: #B7FF6E;
}
</style>