Shades of Sulu #B5F866
Tints of Sulu #B5F866
RGB
CMYK
RGB Variations
Color information
#B5F866 (or 0xB5F866) is known color: Sulu. HEX triplet: B5, F8 and 66. RGB value is (181,248,102). Sum of RGB (Red+Green+Blue) = 181+248+102=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F866 is #4A0799. Grayscale: #D3D3D3. Windows color (decimal): -4851610 or 6748341. OLE color: 6748341.
HSL color Cylindrical-coordinate representation of color #B5F866: hue angle of 87.53º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5F866 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 248 | 102 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.03 |
| HSL | 87.53º | 0.91% | 0.69% | - |
| HSV(B) | 87.53º | 0.59% | 0.97% | - |
| XYZ | 55.02 | 77.92 | 24.71 | - |
| YUV | 211.32 | 66.3 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 248 | 102 | 0.27 | 0 | 0.59 | 0.03 | 87.53 | 0.91 | 0.69 |
| Hex | B5 | F8 | 66 | 1B | 0 | 3B | 3 | 58 | 5B | 45 |
| Octal | 265 | 370 | 146 | 33 | 0 | 73 | 3 | 130 | 133 | 105 |
| Binary | 10110101 | 11111000 | 1100110 | 11011 | 0 | 111011 | 11 | 1011000 | 1011011 | 1000101 |
Color Harmonies of #B5F866
Complementary color
Monochromatic Colors of #B5F866
Black with #B5F866
Text Example
Text Example
White with #B5F866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F866; }
p { color: rgb(181,248,102); }
H1.HeaderClassName
{
color: #B5F866;
}
.AnyTagClassName
{
color: #B5F866;
}
</style>
background-color css
<style>
a { background-color: #B5F866; }
a { background-color: rgb(181,248,102); }
div.DivClassName
{
background-color: #B5F866;
}
.BgClassName
{
background-color: #B5F866;
}
</style>
border-color css
<style>
span { border-color: #B5F866; }
span { border-color: rgb(181,248,102); }
td.TdClassName
{
border-color: #B5F866;
}
.TagClassName
{
border-color: #B5F866;
}
</style>