Shades of Sulu #B4F376
Tints of Sulu #B4F376
RGB
CMYK
RGB Variations
Color information
#B4F376 (or 0xB4F376) is known color: Sulu. HEX triplet: B4, F3 and 76. RGB value is (180,243,118). Sum of RGB (Red+Green+Blue) = 180+243+118=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F376 is #4B0C89. Grayscale: #D2D2D2. Windows color (decimal): -4918410 or 7795636. OLE color: 7795636.
HSL color Cylindrical-coordinate representation of color #B4F376: hue angle of 90.24º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4F376 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 243 | 118 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.05 |
| HSL | 90.24º | 0.84% | 0.71% | - |
| HSV(B) | 90.24º | 0.51% | 0.95% | - |
| XYZ | 54.14 | 75.11 | 28.78 | - |
| YUV | 209.91 | 76.13 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 243 | 118 | 0.26 | 0 | 0.51 | 0.05 | 90.24 | 0.84 | 0.71 |
| Hex | B4 | F3 | 76 | 1A | 0 | 33 | 5 | 5A | 54 | 47 |
| Octal | 264 | 363 | 166 | 32 | 0 | 63 | 5 | 132 | 124 | 107 |
| Binary | 10110100 | 11110011 | 1110110 | 11010 | 0 | 110011 | 101 | 1011010 | 1010100 | 1000111 |
Color Harmonies of #B4F376
Complementary color
Monochromatic Colors of #B4F376
Black with #B4F376
Text Example
Text Example
White with #B4F376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F376; }
p { color: rgb(180,243,118); }
H1.HeaderClassName
{
color: #B4F376;
}
.AnyTagClassName
{
color: #B4F376;
}
</style>
background-color css
<style>
a { background-color: #B4F376; }
a { background-color: rgb(180,243,118); }
div.DivClassName
{
background-color: #B4F376;
}
.BgClassName
{
background-color: #B4F376;
}
</style>
border-color css
<style>
span { border-color: #B4F376; }
span { border-color: rgb(180,243,118); }
td.TdClassName
{
border-color: #B4F376;
}
.TagClassName
{
border-color: #B4F376;
}
</style>