Shades of Sulu #B1EE75
Tints of Sulu #B1EE75
RGB
CMYK
RGB Variations
Color information
#B1EE75 (or 0xB1EE75) is known color: Sulu. HEX triplet: B1, EE and 75. RGB value is (177,238,117). Sum of RGB (Red+Green+Blue) = 177+238+117=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EE75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1EE75 is #4E118A. Grayscale: #CECECE. Windows color (decimal): -5116299 or 7728817. OLE color: 7728817.
HSL color Cylindrical-coordinate representation of color #B1EE75: hue angle of 90.25º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1EE75 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 117 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.07 |
| HSL | 90.25º | 0.78% | 0.7% | - |
| HSV(B) | 90.25º | 0.51% | 0.93% | - |
| XYZ | 51.92 | 71.78 | 27.95 | - |
| YUV | 205.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 117 | 0.26 | 0 | 0.51 | 0.07 | 90.25 | 0.78 | 0.7 |
| Hex | B1 | EE | 75 | 1A | 0 | 33 | 7 | 5A | 4E | 46 |
| Octal | 261 | 356 | 165 | 32 | 0 | 63 | 7 | 132 | 116 | 106 |
| Binary | 10110001 | 11101110 | 1110101 | 11010 | 0 | 110011 | 111 | 1011010 | 1001110 | 1000110 |
Color Harmonies of #B1EE75
Complementary color
Monochromatic Colors of #B1EE75
Black with #B1EE75
Text Example
Text Example
White with #B1EE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EE75; }
p { color: rgb(177,238,117); }
H1.HeaderClassName
{
color: #B1EE75;
}
.AnyTagClassName
{
color: #B1EE75;
}
</style>
background-color css
<style>
a { background-color: #B1EE75; }
a { background-color: rgb(177,238,117); }
div.DivClassName
{
background-color: #B1EE75;
}
.BgClassName
{
background-color: #B1EE75;
}
</style>
border-color css
<style>
span { border-color: #B1EE75; }
span { border-color: rgb(177,238,117); }
td.TdClassName
{
border-color: #B1EE75;
}
.TagClassName
{
border-color: #B1EE75;
}
</style>