Shades of Sulu #B9F57D
Tints of Sulu #B9F57D
RGB
CMYK
RGB Variations
Color information
#B9F57D (or 0xB9F57D) is known color: Sulu. HEX triplet: B9, F5 and 7D. RGB value is (185,245,125). Sum of RGB (Red+Green+Blue) = 185+245+125=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F57D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F57D is #460A82. Grayscale: #D5D5D5. Windows color (decimal): -4590211 or 8254905. OLE color: 8254905.
HSL color Cylindrical-coordinate representation of color #B9F57D: hue angle of 90º degrees, saturation: 0.86, 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 #B9F57D is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 245 | 125 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.04 |
| HSL | 90º | 0.86% | 0.73% | - |
| HSV(B) | 90º | 0.49% | 0.96% | - |
| XYZ | 56.36 | 77.1 | 31.31 | - |
| YUV | 213.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 245 | 125 | 0.24 | 0 | 0.49 | 0.04 | 90 | 0.86 | 0.73 |
| Hex | B9 | F5 | 7D | 18 | 0 | 31 | 4 | 5A | 56 | 49 |
| Octal | 271 | 365 | 175 | 30 | 0 | 61 | 4 | 132 | 126 | 111 |
| Binary | 10111001 | 11110101 | 1111101 | 11000 | 0 | 110001 | 100 | 1011010 | 1010110 | 1001001 |
Color Harmonies of #B9F57D
Complementary color
Monochromatic Colors of #B9F57D
Black with #B9F57D
Text Example
Text Example
White with #B9F57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F57D; }
p { color: rgb(185,245,125); }
H1.HeaderClassName
{
color: #B9F57D;
}
.AnyTagClassName
{
color: #B9F57D;
}
</style>
background-color css
<style>
a { background-color: #B9F57D; }
a { background-color: rgb(185,245,125); }
div.DivClassName
{
background-color: #B9F57D;
}
.BgClassName
{
background-color: #B9F57D;
}
</style>
border-color css
<style>
span { border-color: #B9F57D; }
span { border-color: rgb(185,245,125); }
td.TdClassName
{
border-color: #B9F57D;
}
.TagClassName
{
border-color: #B9F57D;
}
</style>