Shades of Sulu #B5F16C
Tints of Sulu #B5F16C
RGB
CMYK
RGB Variations
Color information
#B5F16C (or 0xB5F16C) is known color: Sulu. HEX triplet: B5, F1 and 6C. RGB value is (181,241,108). Sum of RGB (Red+Green+Blue) = 181+241+108=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F16C is #4A0E93. Grayscale: #D0D0D0. Windows color (decimal): -4853396 or 7139765. OLE color: 7139765.
HSL color Cylindrical-coordinate representation of color #B5F16C: hue angle of 87.07º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5F16C is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 241 | 108 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.05 |
| HSL | 87.07º | 0.83% | 0.68% | - |
| HSV(B) | 87.07º | 0.55% | 0.95% | - |
| XYZ | 53.22 | 73.82 | 25.63 | - |
| YUV | 207.9 | 71.62 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 241 | 108 | 0.25 | 0 | 0.55 | 0.05 | 87.07 | 0.83 | 0.68 |
| Hex | B5 | F1 | 6C | 19 | 0 | 37 | 5 | 57 | 53 | 44 |
| Octal | 265 | 361 | 154 | 31 | 0 | 67 | 5 | 127 | 123 | 104 |
| Binary | 10110101 | 11110001 | 1101100 | 11001 | 0 | 110111 | 101 | 1010111 | 1010011 | 1000100 |
Color Harmonies of #B5F16C
Complementary color
Monochromatic Colors of #B5F16C
Black with #B5F16C
Text Example
Text Example
White with #B5F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F16C; }
p { color: rgb(181,241,108); }
H1.HeaderClassName
{
color: #B5F16C;
}
.AnyTagClassName
{
color: #B5F16C;
}
</style>
background-color css
<style>
a { background-color: #B5F16C; }
a { background-color: rgb(181,241,108); }
div.DivClassName
{
background-color: #B5F16C;
}
.BgClassName
{
background-color: #B5F16C;
}
</style>
border-color css
<style>
span { border-color: #B5F16C; }
span { border-color: rgb(181,241,108); }
td.TdClassName
{
border-color: #B5F16C;
}
.TagClassName
{
border-color: #B5F16C;
}
</style>