Shades of Sulu #B1EA78
Tints of Sulu #B1EA78
RGB
CMYK
RGB Variations
Color information
#B1EA78 (or 0xB1EA78) is known color: Sulu. HEX triplet: B1, EA and 78. RGB value is (177,234,120). Sum of RGB (Red+Green+Blue) = 177+234+120=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #B1EA78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1EA78 is #4E1587. Grayscale: #CCCCCC. Windows color (decimal): -5117320 or 7924401. OLE color: 7924401.
HSL color Cylindrical-coordinate representation of color #B1EA78: hue angle of 90º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1EA78 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 234 | 120 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.08 |
| HSL | 90º | 0.73% | 0.69% | - |
| HSV(B) | 90º | 0.49% | 0.92% | - |
| XYZ | 50.94 | 69.55 | 28.51 | - |
| YUV | 203.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 234 | 120 | 0.24 | 0 | 0.49 | 0.08 | 90 | 0.73 | 0.69 |
| Hex | B1 | EA | 78 | 18 | 0 | 31 | 8 | 5A | 49 | 45 |
| Octal | 261 | 352 | 170 | 30 | 0 | 61 | 10 | 132 | 111 | 105 |
| Binary | 10110001 | 11101010 | 1111000 | 11000 | 0 | 110001 | 1000 | 1011010 | 1001001 | 1000101 |
Color Harmonies of #B1EA78
Complementary color
Monochromatic Colors of #B1EA78
Black with #B1EA78
Text Example
Text Example
White with #B1EA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EA78; }
p { color: rgb(177,234,120); }
H1.HeaderClassName
{
color: #B1EA78;
}
.AnyTagClassName
{
color: #B1EA78;
}
</style>
background-color css
<style>
a { background-color: #B1EA78; }
a { background-color: rgb(177,234,120); }
div.DivClassName
{
background-color: #B1EA78;
}
.BgClassName
{
background-color: #B1EA78;
}
</style>
border-color css
<style>
span { border-color: #B1EA78; }
span { border-color: rgb(177,234,120); }
td.TdClassName
{
border-color: #B1EA78;
}
.TagClassName
{
border-color: #B1EA78;
}
</style>