Shades of Sulu #B2EE7E
Tints of Sulu #B2EE7E
RGB
CMYK
RGB Variations
Color information
#B2EE7E (or 0xB2EE7E) is known color: Sulu. HEX triplet: B2, EE and 7E. RGB value is (178,238,126). Sum of RGB (Red+Green+Blue) = 178+238+126=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EE7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EE7E is #4D1181. Grayscale: #CFCFCF. Windows color (decimal): -5050754 or 8318642. OLE color: 8318642.
HSL color Cylindrical-coordinate representation of color #B2EE7E: hue angle of 92.14º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2EE7E is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 126 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.07 |
| HSL | 92.14º | 0.77% | 0.71% | - |
| HSV(B) | 92.14º | 0.47% | 0.93% | - |
| XYZ | 52.7 | 72.12 | 30.88 | - |
| YUV | 207.29 | 82.12 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 126 | 0.25 | 0 | 0.47 | 0.07 | 92.14 | 0.77 | 0.71 |
| Hex | B2 | EE | 7E | 19 | 0 | 2F | 7 | 5C | 4D | 47 |
| Octal | 262 | 356 | 176 | 31 | 0 | 57 | 7 | 134 | 115 | 107 |
| Binary | 10110010 | 11101110 | 1111110 | 11001 | 0 | 101111 | 111 | 1011100 | 1001101 | 1000111 |
Color Harmonies of #B2EE7E
Complementary color
Monochromatic Colors of #B2EE7E
Black with #B2EE7E
Text Example
Text Example
White with #B2EE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EE7E; }
p { color: rgb(178,238,126); }
H1.HeaderClassName
{
color: #B2EE7E;
}
.AnyTagClassName
{
color: #B2EE7E;
}
</style>
background-color css
<style>
a { background-color: #B2EE7E; }
a { background-color: rgb(178,238,126); }
div.DivClassName
{
background-color: #B2EE7E;
}
.BgClassName
{
background-color: #B2EE7E;
}
</style>
border-color css
<style>
span { border-color: #B2EE7E; }
span { border-color: rgb(178,238,126); }
td.TdClassName
{
border-color: #B2EE7E;
}
.TagClassName
{
border-color: #B2EE7E;
}
</style>