Shades of Sulu #B2ED78
Tints of Sulu #B2ED78
RGB
CMYK
RGB Variations
Color information
#B2ED78 (or 0xB2ED78) is known color: Sulu. HEX triplet: B2, ED and 78. RGB value is (178,237,120). Sum of RGB (Red+Green+Blue) = 178+237+120=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2ED78 is #4D1287. Grayscale: #CECECE. Windows color (decimal): -5051016 or 7925170. OLE color: 7925170.
HSL color Cylindrical-coordinate representation of color #B2ED78: hue angle of 90.26º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2ED78 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 120 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.07 |
| HSL | 90.26º | 0.76% | 0.7% | - |
| HSV(B) | 90.26º | 0.49% | 0.93% | - |
| XYZ | 52.03 | 71.39 | 28.81 | - |
| YUV | 206.02 | 79.45 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 120 | 0.25 | 0 | 0.49 | 0.07 | 90.26 | 0.76 | 0.7 |
| Hex | B2 | ED | 78 | 19 | 0 | 31 | 7 | 5A | 4C | 46 |
| Octal | 262 | 355 | 170 | 31 | 0 | 61 | 7 | 132 | 114 | 106 |
| Binary | 10110010 | 11101101 | 1111000 | 11001 | 0 | 110001 | 111 | 1011010 | 1001100 | 1000110 |
Color Harmonies of #B2ED78
Complementary color
Monochromatic Colors of #B2ED78
Black with #B2ED78
Text Example
Text Example
White with #B2ED78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ED78; }
p { color: rgb(178,237,120); }
H1.HeaderClassName
{
color: #B2ED78;
}
.AnyTagClassName
{
color: #B2ED78;
}
</style>
background-color css
<style>
a { background-color: #B2ED78; }
a { background-color: rgb(178,237,120); }
div.DivClassName
{
background-color: #B2ED78;
}
.BgClassName
{
background-color: #B2ED78;
}
</style>
border-color css
<style>
span { border-color: #B2ED78; }
span { border-color: rgb(178,237,120); }
td.TdClassName
{
border-color: #B2ED78;
}
.TagClassName
{
border-color: #B2ED78;
}
</style>