Shades of Sulu #B3E078
Tints of Sulu #B3E078
RGB
CMYK
RGB Variations
Color information
#B3E078 (or 0xB3E078) is known color: Sulu. HEX triplet: B3, E0 and 78. RGB value is (179,224,120). Sum of RGB (Red+Green+Blue) = 179+224+120=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #B3E078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E078 is #4C1F87. Grayscale: #C7C7C7. Windows color (decimal): -4988808 or 7921843. OLE color: 7921843.
HSL color Cylindrical-coordinate representation of color #B3E078: hue angle of 85.96º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3E078 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 224 | 120 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.12 |
| HSL | 85.96º | 0.63% | 0.67% | - |
| HSV(B) | 85.96º | 0.46% | 0.88% | - |
| XYZ | 48.64 | 64.25 | 27.61 | - |
| YUV | 198.69 | 83.59 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 224 | 120 | 0.20 | 0 | 0.46 | 0.12 | 85.96 | 0.63 | 0.67 |
| Hex | B3 | E0 | 78 | 14 | 0 | 2E | C | 56 | 3F | 43 |
| Octal | 263 | 340 | 170 | 24 | 0 | 56 | 14 | 126 | 77 | 103 |
| Binary | 10110011 | 11100000 | 1111000 | 10100 | 0 | 101110 | 1100 | 1010110 | 111111 | 1000011 |
Color Harmonies of #B3E078
Complementary color
Monochromatic Colors of #B3E078
Black with #B3E078
Text Example
Text Example
White with #B3E078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E078; }
p { color: rgb(179,224,120); }
H1.HeaderClassName
{
color: #B3E078;
}
.AnyTagClassName
{
color: #B3E078;
}
</style>
background-color css
<style>
a { background-color: #B3E078; }
a { background-color: rgb(179,224,120); }
div.DivClassName
{
background-color: #B3E078;
}
.BgClassName
{
background-color: #B3E078;
}
</style>
border-color css
<style>
span { border-color: #B3E078; }
span { border-color: rgb(179,224,120); }
td.TdClassName
{
border-color: #B3E078;
}
.TagClassName
{
border-color: #B3E078;
}
</style>