Shades of Sulu #B5F17C
Tints of Sulu #B5F17C
RGB
CMYK
RGB Variations
Color information
#B5F17C (or 0xB5F17C) is known color: Sulu. HEX triplet: B5, F1 and 7C. RGB value is (181,241,124). Sum of RGB (Red+Green+Blue) = 181+241+124=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F17C is #4A0E83. Grayscale: #D2D2D2. Windows color (decimal): -4853380 or 8188341. OLE color: 8188341.
HSL color Cylindrical-coordinate representation of color #B5F17C: hue angle of 90.77º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5F17C is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 241 | 124 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.05 |
| HSL | 90.77º | 0.81% | 0.72% | - |
| HSV(B) | 90.77º | 0.49% | 0.95% | - |
| XYZ | 54.15 | 74.19 | 30.53 | - |
| YUV | 209.72 | 79.62 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 241 | 124 | 0.25 | 0 | 0.49 | 0.05 | 90.77 | 0.81 | 0.72 |
| Hex | B5 | F1 | 7C | 19 | 0 | 31 | 5 | 5B | 51 | 48 |
| Octal | 265 | 361 | 174 | 31 | 0 | 61 | 5 | 133 | 121 | 110 |
| Binary | 10110101 | 11110001 | 1111100 | 11001 | 0 | 110001 | 101 | 1011011 | 1010001 | 1001000 |
Color Harmonies of #B5F17C
Complementary color
Monochromatic Colors of #B5F17C
Black with #B5F17C
Text Example
Text Example
White with #B5F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F17C; }
p { color: rgb(181,241,124); }
H1.HeaderClassName
{
color: #B5F17C;
}
.AnyTagClassName
{
color: #B5F17C;
}
</style>
background-color css
<style>
a { background-color: #B5F17C; }
a { background-color: rgb(181,241,124); }
div.DivClassName
{
background-color: #B5F17C;
}
.BgClassName
{
background-color: #B5F17C;
}
</style>
border-color css
<style>
span { border-color: #B5F17C; }
span { border-color: rgb(181,241,124); }
td.TdClassName
{
border-color: #B5F17C;
}
.TagClassName
{
border-color: #B5F17C;
}
</style>