Shades of Sulu #B9F27D
Tints of Sulu #B9F27D
RGB
CMYK
RGB Variations
Color information
#B9F27D (or 0xB9F27D) is known color: Sulu. HEX triplet: B9, F2 and 7D. RGB value is (185,242,125). Sum of RGB (Red+Green+Blue) = 185+242+125=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F27D is #460D82. Grayscale: #D4D4D4. Windows color (decimal): -4590979 or 8254137. OLE color: 8254137.
HSL color Cylindrical-coordinate representation of color #B9F27D: hue angle of 89.23º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9F27D is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 125 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.05 |
| HSL | 89.23º | 0.82% | 0.72% | - |
| HSV(B) | 89.23º | 0.48% | 0.95% | - |
| XYZ | 55.46 | 75.3 | 31.01 | - |
| YUV | 211.62 | 79.12 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 125 | 0.24 | 0 | 0.48 | 0.05 | 89.23 | 0.82 | 0.72 |
| Hex | B9 | F2 | 7D | 18 | 0 | 30 | 5 | 59 | 52 | 48 |
| Octal | 271 | 362 | 175 | 30 | 0 | 60 | 5 | 131 | 122 | 110 |
| Binary | 10111001 | 11110010 | 1111101 | 11000 | 0 | 110000 | 101 | 1011001 | 1010010 | 1001000 |
Color Harmonies of #B9F27D
Complementary color
Monochromatic Colors of #B9F27D
Black with #B9F27D
Text Example
Text Example
White with #B9F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F27D; }
p { color: rgb(185,242,125); }
H1.HeaderClassName
{
color: #B9F27D;
}
.AnyTagClassName
{
color: #B9F27D;
}
</style>
background-color css
<style>
a { background-color: #B9F27D; }
a { background-color: rgb(185,242,125); }
div.DivClassName
{
background-color: #B9F27D;
}
.BgClassName
{
background-color: #B9F27D;
}
</style>
border-color css
<style>
span { border-color: #B9F27D; }
span { border-color: rgb(185,242,125); }
td.TdClassName
{
border-color: #B9F27D;
}
.TagClassName
{
border-color: #B9F27D;
}
</style>