Shades of Sulu #B7F572
Tints of Sulu #B7F572
RGB
CMYK
RGB Variations
Color information
#B7F572 (or 0xB7F572) is known color: Sulu. HEX triplet: B7, F5 and 72. RGB value is (183,245,114). Sum of RGB (Red+Green+Blue) = 183+245+114=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #B7F572 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F572 is #480A8D. Grayscale: #D3D3D3. Windows color (decimal): -4721294 or 7534007. OLE color: 7534007.
HSL color Cylindrical-coordinate representation of color #B7F572: hue angle of 88.4º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B7F572 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 245 | 114 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.04 |
| HSL | 88.4º | 0.87% | 0.7% | - |
| HSV(B) | 88.4º | 0.53% | 0.96% | - |
| XYZ | 55.22 | 76.59 | 27.79 | - |
| YUV | 211.53 | 72.96 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 245 | 114 | 0.25 | 0 | 0.53 | 0.04 | 88.4 | 0.87 | 0.7 |
| Hex | B7 | F5 | 72 | 19 | 0 | 35 | 4 | 58 | 57 | 46 |
| Octal | 267 | 365 | 162 | 31 | 0 | 65 | 4 | 130 | 127 | 106 |
| Binary | 10110111 | 11110101 | 1110010 | 11001 | 0 | 110101 | 100 | 1011000 | 1010111 | 1000110 |
Color Harmonies of #B7F572
Complementary color
Monochromatic Colors of #B7F572
Black with #B7F572
Text Example
Text Example
White with #B7F572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F572; }
p { color: rgb(183,245,114); }
H1.HeaderClassName
{
color: #B7F572;
}
.AnyTagClassName
{
color: #B7F572;
}
</style>
background-color css
<style>
a { background-color: #B7F572; }
a { background-color: rgb(183,245,114); }
div.DivClassName
{
background-color: #B7F572;
}
.BgClassName
{
background-color: #B7F572;
}
</style>
border-color css
<style>
span { border-color: #B7F572; }
span { border-color: rgb(183,245,114); }
td.TdClassName
{
border-color: #B7F572;
}
.TagClassName
{
border-color: #B7F572;
}
</style>