Shades of Sulu #B4F37B
Tints of Sulu #B4F37B
RGB
CMYK
RGB Variations
Color information
#B4F37B (or 0xB4F37B) is known color: Sulu. HEX triplet: B4, F3 and 7B. RGB value is (180,243,123). Sum of RGB (Red+Green+Blue) = 180+243+123=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F37B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F37B is #4B0C84. Grayscale: #D2D2D2. Windows color (decimal): -4918405 or 8123316. OLE color: 8123316.
HSL color Cylindrical-coordinate representation of color #B4F37B: hue angle of 91.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4F37B is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 243 | 123 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.05 |
| HSL | 91.5º | 0.83% | 0.72% | - |
| HSV(B) | 91.5º | 0.49% | 0.95% | - |
| XYZ | 54.45 | 75.23 | 30.39 | - |
| YUV | 210.48 | 78.63 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 243 | 123 | 0.26 | 0 | 0.49 | 0.05 | 91.5 | 0.83 | 0.72 |
| Hex | B4 | F3 | 7B | 1A | 0 | 31 | 5 | 5C | 53 | 48 |
| Octal | 264 | 363 | 173 | 32 | 0 | 61 | 5 | 134 | 123 | 110 |
| Binary | 10110100 | 11110011 | 1111011 | 11010 | 0 | 110001 | 101 | 1011100 | 1010011 | 1001000 |
Color Harmonies of #B4F37B
Complementary color
Monochromatic Colors of #B4F37B
Black with #B4F37B
Text Example
Text Example
White with #B4F37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F37B; }
p { color: rgb(180,243,123); }
H1.HeaderClassName
{
color: #B4F37B;
}
.AnyTagClassName
{
color: #B4F37B;
}
</style>
background-color css
<style>
a { background-color: #B4F37B; }
a { background-color: rgb(180,243,123); }
div.DivClassName
{
background-color: #B4F37B;
}
.BgClassName
{
background-color: #B4F37B;
}
</style>
border-color css
<style>
span { border-color: #B4F37B; }
span { border-color: rgb(180,243,123); }
td.TdClassName
{
border-color: #B4F37B;
}
.TagClassName
{
border-color: #B4F37B;
}
</style>