Shades of Sulu #B2EE76
Tints of Sulu #B2EE76
RGB
CMYK
RGB Variations
Color information
#B2EE76 (or 0xB2EE76) is known color: Sulu. HEX triplet: B2, EE and 76. RGB value is (178,238,118). Sum of RGB (Red+Green+Blue) = 178+238+118=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EE76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EE76 is #4D1189. Grayscale: #CECECE. Windows color (decimal): -5050762 or 7794354. OLE color: 7794354.
HSL color Cylindrical-coordinate representation of color #B2EE76: hue angle of 90º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2EE76 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 118 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.07 |
| HSL | 90º | 0.78% | 0.7% | - |
| HSV(B) | 90º | 0.5% | 0.93% | - |
| XYZ | 52.2 | 71.92 | 28.27 | - |
| YUV | 206.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 118 | 0.25 | 0 | 0.50 | 0.07 | 90 | 0.78 | 0.7 |
| Hex | B2 | EE | 76 | 19 | 0 | 32 | 7 | 5A | 4E | 46 |
| Octal | 262 | 356 | 166 | 31 | 0 | 62 | 7 | 132 | 116 | 106 |
| Binary | 10110010 | 11101110 | 1110110 | 11001 | 0 | 110010 | 111 | 1011010 | 1001110 | 1000110 |
Color Harmonies of #B2EE76
Complementary color
Monochromatic Colors of #B2EE76
Black with #B2EE76
Text Example
Text Example
White with #B2EE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EE76; }
p { color: rgb(178,238,118); }
H1.HeaderClassName
{
color: #B2EE76;
}
.AnyTagClassName
{
color: #B2EE76;
}
</style>
background-color css
<style>
a { background-color: #B2EE76; }
a { background-color: rgb(178,238,118); }
div.DivClassName
{
background-color: #B2EE76;
}
.BgClassName
{
background-color: #B2EE76;
}
</style>
border-color css
<style>
span { border-color: #B2EE76; }
span { border-color: rgb(178,238,118); }
td.TdClassName
{
border-color: #B2EE76;
}
.TagClassName
{
border-color: #B2EE76;
}
</style>