Shades of Sulu #B3EA70
Tints of Sulu #B3EA70
RGB
CMYK
RGB Variations
Color information
#B3EA70 (or 0xB3EA70) is known color: Sulu. HEX triplet: B3, EA and 70. RGB value is (179,234,112). Sum of RGB (Red+Green+Blue) = 179+234+112=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3EA70 is #4C158F. Grayscale: #CCCCCC. Windows color (decimal): -4986256 or 7400115. OLE color: 7400115.
HSL color Cylindrical-coordinate representation of color #B3EA70: hue angle of 87.05º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3EA70 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 234 | 112 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.08 |
| HSL | 87.05º | 0.74% | 0.68% | - |
| HSV(B) | 87.05º | 0.52% | 0.92% | - |
| XYZ | 50.94 | 69.6 | 26.08 | - |
| YUV | 203.65 | 76.28 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 234 | 112 | 0.24 | 0 | 0.52 | 0.08 | 87.05 | 0.74 | 0.68 |
| Hex | B3 | EA | 70 | 18 | 0 | 34 | 8 | 57 | 4A | 44 |
| Octal | 263 | 352 | 160 | 30 | 0 | 64 | 10 | 127 | 112 | 104 |
| Binary | 10110011 | 11101010 | 1110000 | 11000 | 0 | 110100 | 1000 | 1010111 | 1001010 | 1000100 |
Color Harmonies of #B3EA70
Complementary color
Monochromatic Colors of #B3EA70
Black with #B3EA70
Text Example
Text Example
White with #B3EA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EA70; }
p { color: rgb(179,234,112); }
H1.HeaderClassName
{
color: #B3EA70;
}
.AnyTagClassName
{
color: #B3EA70;
}
</style>
background-color css
<style>
a { background-color: #B3EA70; }
a { background-color: rgb(179,234,112); }
div.DivClassName
{
background-color: #B3EA70;
}
.BgClassName
{
background-color: #B3EA70;
}
</style>
border-color css
<style>
span { border-color: #B3EA70; }
span { border-color: rgb(179,234,112); }
td.TdClassName
{
border-color: #B3EA70;
}
.TagClassName
{
border-color: #B3EA70;
}
</style>