Shades of Sulu #B5F27C
Tints of Sulu #B5F27C
RGB
CMYK
RGB Variations
Color information
#B5F27C (or 0xB5F27C) is known color: Sulu. HEX triplet: B5, F2 and 7C. RGB value is (181,242,124). Sum of RGB (Red+Green+Blue) = 181+242+124=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F27C is #4A0D83. Grayscale: #D2D2D2. Windows color (decimal): -4853124 or 8188597. OLE color: 8188597.
HSL color Cylindrical-coordinate representation of color #B5F27C: hue angle of 91.02º 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 #B5F27C is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 124 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.05 |
| HSL | 91.02º | 0.82% | 0.72% | - |
| HSV(B) | 91.02º | 0.49% | 0.95% | - |
| XYZ | 54.45 | 74.78 | 30.63 | - |
| YUV | 210.31 | 79.29 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 124 | 0.25 | 0 | 0.49 | 0.05 | 91.02 | 0.82 | 0.72 |
| Hex | B5 | F2 | 7C | 19 | 0 | 31 | 5 | 5B | 52 | 48 |
| Octal | 265 | 362 | 174 | 31 | 0 | 61 | 5 | 133 | 122 | 110 |
| Binary | 10110101 | 11110010 | 1111100 | 11001 | 0 | 110001 | 101 | 1011011 | 1010010 | 1001000 |
Color Harmonies of #B5F27C
Complementary color
Monochromatic Colors of #B5F27C
Black with #B5F27C
Text Example
Text Example
White with #B5F27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F27C; }
p { color: rgb(181,242,124); }
H1.HeaderClassName
{
color: #B5F27C;
}
.AnyTagClassName
{
color: #B5F27C;
}
</style>
background-color css
<style>
a { background-color: #B5F27C; }
a { background-color: rgb(181,242,124); }
div.DivClassName
{
background-color: #B5F27C;
}
.BgClassName
{
background-color: #B5F27C;
}
</style>
border-color css
<style>
span { border-color: #B5F27C; }
span { border-color: rgb(181,242,124); }
td.TdClassName
{
border-color: #B5F27C;
}
.TagClassName
{
border-color: #B5F27C;
}
</style>