Shades of Sulu #B7F57D
Tints of Sulu #B7F57D
RGB
CMYK
RGB Variations
Color information
#B7F57D (or 0xB7F57D) is known color: Sulu. HEX triplet: B7, F5 and 7D. RGB value is (183,245,125). Sum of RGB (Red+Green+Blue) = 183+245+125=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #B7F57D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F57D is #480A82. Grayscale: #D5D5D5. Windows color (decimal): -4721283 or 8254903. OLE color: 8254903.
HSL color Cylindrical-coordinate representation of color #B7F57D: hue angle of 91º 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 #B7F57D is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 245 | 125 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.04 |
| HSL | 91º | 0.86% | 0.73% | - |
| HSV(B) | 91º | 0.49% | 0.96% | - |
| XYZ | 55.88 | 76.85 | 31.29 | - |
| YUV | 212.78 | 78.46 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 245 | 125 | 0.25 | 0 | 0.49 | 0.04 | 91 | 0.86 | 0.73 |
| Hex | B7 | F5 | 7D | 19 | 0 | 31 | 4 | 5B | 56 | 49 |
| Octal | 267 | 365 | 175 | 31 | 0 | 61 | 4 | 133 | 126 | 111 |
| Binary | 10110111 | 11110101 | 1111101 | 11001 | 0 | 110001 | 100 | 1011011 | 1010110 | 1001001 |
Color Harmonies of #B7F57D
Complementary color
Monochromatic Colors of #B7F57D
Black with #B7F57D
Text Example
Text Example
White with #B7F57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F57D; }
p { color: rgb(183,245,125); }
H1.HeaderClassName
{
color: #B7F57D;
}
.AnyTagClassName
{
color: #B7F57D;
}
</style>
background-color css
<style>
a { background-color: #B7F57D; }
a { background-color: rgb(183,245,125); }
div.DivClassName
{
background-color: #B7F57D;
}
.BgClassName
{
background-color: #B7F57D;
}
</style>
border-color css
<style>
span { border-color: #B7F57D; }
span { border-color: rgb(183,245,125); }
td.TdClassName
{
border-color: #B7F57D;
}
.TagClassName
{
border-color: #B7F57D;
}
</style>