Shades of Sulu #B4F67D
Tints of Sulu #B4F67D
RGB
CMYK
RGB Variations
Color information
#B4F67D (or 0xB4F67D) is known color: Sulu. HEX triplet: B4, F6 and 7D. RGB value is (180,246,125). Sum of RGB (Red+Green+Blue) = 180+246+125=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F67D is #4B0982. Grayscale: #D4D4D4. Windows color (decimal): -4917635 or 8255156. OLE color: 8255156.
HSL color Cylindrical-coordinate representation of color #B4F67D: hue angle of 92.73º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4F67D is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 246 | 125 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.04 |
| HSL | 92.73º | 0.87% | 0.73% | - |
| HSV(B) | 92.73º | 0.49% | 0.96% | - |
| XYZ | 55.48 | 77.1 | 31.36 | - |
| YUV | 212.47 | 78.63 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 246 | 125 | 0.27 | 0 | 0.49 | 0.04 | 92.73 | 0.87 | 0.73 |
| Hex | B4 | F6 | 7D | 1B | 0 | 31 | 4 | 5D | 57 | 49 |
| Octal | 264 | 366 | 175 | 33 | 0 | 61 | 4 | 135 | 127 | 111 |
| Binary | 10110100 | 11110110 | 1111101 | 11011 | 0 | 110001 | 100 | 1011101 | 1010111 | 1001001 |
Color Harmonies of #B4F67D
Complementary color
Monochromatic Colors of #B4F67D
Black with #B4F67D
Text Example
Text Example
White with #B4F67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F67D; }
p { color: rgb(180,246,125); }
H1.HeaderClassName
{
color: #B4F67D;
}
.AnyTagClassName
{
color: #B4F67D;
}
</style>
background-color css
<style>
a { background-color: #B4F67D; }
a { background-color: rgb(180,246,125); }
div.DivClassName
{
background-color: #B4F67D;
}
.BgClassName
{
background-color: #B4F67D;
}
</style>
border-color css
<style>
span { border-color: #B4F67D; }
span { border-color: rgb(180,246,125); }
td.TdClassName
{
border-color: #B4F67D;
}
.TagClassName
{
border-color: #B4F67D;
}
</style>