Shades of Sulu #B4EE75
Tints of Sulu #B4EE75
RGB
CMYK
RGB Variations
Color information
#B4EE75 (or 0xB4EE75) is known color: Sulu. HEX triplet: B4, EE and 75. RGB value is (180,238,117). Sum of RGB (Red+Green+Blue) = 180+238+117=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EE75 is #4B118A. Grayscale: #CFCFCF. Windows color (decimal): -4919691 or 7728820. OLE color: 7728820.
HSL color Cylindrical-coordinate representation of color #B4EE75: hue angle of 88.76º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4EE75 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 238 | 117 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.07 |
| HSL | 88.76º | 0.78% | 0.7% | - |
| HSV(B) | 88.76º | 0.51% | 0.93% | - |
| XYZ | 52.61 | 72.14 | 27.98 | - |
| YUV | 206.86 | 77.28 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 238 | 117 | 0.24 | 0 | 0.51 | 0.07 | 88.76 | 0.78 | 0.7 |
| Hex | B4 | EE | 75 | 18 | 0 | 33 | 7 | 59 | 4E | 46 |
| Octal | 264 | 356 | 165 | 30 | 0 | 63 | 7 | 131 | 116 | 106 |
| Binary | 10110100 | 11101110 | 1110101 | 11000 | 0 | 110011 | 111 | 1011001 | 1001110 | 1000110 |
Color Harmonies of #B4EE75
Complementary color
Monochromatic Colors of #B4EE75
Black with #B4EE75
Text Example
Text Example
White with #B4EE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EE75; }
p { color: rgb(180,238,117); }
H1.HeaderClassName
{
color: #B4EE75;
}
.AnyTagClassName
{
color: #B4EE75;
}
</style>
background-color css
<style>
a { background-color: #B4EE75; }
a { background-color: rgb(180,238,117); }
div.DivClassName
{
background-color: #B4EE75;
}
.BgClassName
{
background-color: #B4EE75;
}
</style>
border-color css
<style>
span { border-color: #B4EE75; }
span { border-color: rgb(180,238,117); }
td.TdClassName
{
border-color: #B4EE75;
}
.TagClassName
{
border-color: #B4EE75;
}
</style>