Shades of Sulu #B9F27C
Tints of Sulu #B9F27C
RGB
CMYK
RGB Variations
Color information
#B9F27C (or 0xB9F27C) is known color: Sulu. HEX triplet: B9, F2 and 7C. RGB value is (185,242,124). Sum of RGB (Red+Green+Blue) = 185+242+124=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F27C is #460D83. Grayscale: #D3D3D3. Windows color (decimal): -4590980 or 8188601. OLE color: 8188601.
HSL color Cylindrical-coordinate representation of color #B9F27C: hue angle of 88.98º degrees, saturation: 0.82, 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 #B9F27C is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 124 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.05 |
| HSL | 88.98º | 0.82% | 0.72% | - |
| HSV(B) | 88.98º | 0.49% | 0.95% | - |
| XYZ | 55.4 | 75.27 | 30.68 | - |
| YUV | 211.51 | 78.62 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 124 | 0.24 | 0 | 0.49 | 0.05 | 88.98 | 0.82 | 0.72 |
| Hex | B9 | F2 | 7C | 18 | 0 | 31 | 5 | 59 | 52 | 48 |
| Octal | 271 | 362 | 174 | 30 | 0 | 61 | 5 | 131 | 122 | 110 |
| Binary | 10111001 | 11110010 | 1111100 | 11000 | 0 | 110001 | 101 | 1011001 | 1010010 | 1001000 |
Color Harmonies of #B9F27C
Complementary color
Monochromatic Colors of #B9F27C
Black with #B9F27C
Text Example
Text Example
White with #B9F27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F27C; }
p { color: rgb(185,242,124); }
H1.HeaderClassName
{
color: #B9F27C;
}
.AnyTagClassName
{
color: #B9F27C;
}
</style>
background-color css
<style>
a { background-color: #B9F27C; }
a { background-color: rgb(185,242,124); }
div.DivClassName
{
background-color: #B9F27C;
}
.BgClassName
{
background-color: #B9F27C;
}
</style>
border-color css
<style>
span { border-color: #B9F27C; }
span { border-color: rgb(185,242,124); }
td.TdClassName
{
border-color: #B9F27C;
}
.TagClassName
{
border-color: #B9F27C;
}
</style>