Shades of Sulu #B5F18C
Tints of Sulu #B5F18C
RGB
CMYK
RGB Variations
Color information
#B5F18C (or 0xB5F18C) is known color: Sulu. HEX triplet: B5, F1 and 8C. RGB value is (181,241,140). Sum of RGB (Red+Green+Blue) = 181+241+140=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F18C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F18C is #4A0E73. Grayscale: #D3D3D3. Windows color (decimal): -4853364 or 9236917. OLE color: 9236917.
HSL color Cylindrical-coordinate representation of color #B5F18C: hue angle of 95.64º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5F18C is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 241 | 140 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.05 |
| HSL | 95.64º | 0.78% | 0.75% | - |
| HSV(B) | 95.64º | 0.42% | 0.95% | - |
| XYZ | 55.24 | 74.63 | 36.3 | - |
| YUV | 211.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 241 | 140 | 0.25 | 0 | 0.42 | 0.05 | 95.64 | 0.78 | 0.75 |
| Hex | B5 | F1 | 8C | 19 | 0 | 2A | 5 | 60 | 4E | 4B |
| Octal | 265 | 361 | 214 | 31 | 0 | 52 | 5 | 140 | 116 | 113 |
| Binary | 10110101 | 11110001 | 10001100 | 11001 | 0 | 101010 | 101 | 1100000 | 1001110 | 1001011 |
Color Harmonies of #B5F18C
Complementary color
Monochromatic Colors of #B5F18C
Black with #B5F18C
Text Example
Text Example
White with #B5F18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F18C; }
p { color: rgb(181,241,140); }
H1.HeaderClassName
{
color: #B5F18C;
}
.AnyTagClassName
{
color: #B5F18C;
}
</style>
background-color css
<style>
a { background-color: #B5F18C; }
a { background-color: rgb(181,241,140); }
div.DivClassName
{
background-color: #B5F18C;
}
.BgClassName
{
background-color: #B5F18C;
}
</style>
border-color css
<style>
span { border-color: #B5F18C; }
span { border-color: rgb(181,241,140); }
td.TdClassName
{
border-color: #B5F18C;
}
.TagClassName
{
border-color: #B5F18C;
}
</style>