Shades of Sulu #B7E07F
Tints of Sulu #B7E07F
RGB
CMYK
RGB Variations
Color information
#B7E07F (or 0xB7E07F) is known color: Sulu. HEX triplet: B7, E0 and 7F. RGB value is (183,224,127). Sum of RGB (Red+Green+Blue) = 183+224+127=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #B7E07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7E07F is #481F80. Grayscale: #C9C9C9. Windows color (decimal): -4726657 or 8380599. OLE color: 8380599.
HSL color Cylindrical-coordinate representation of color #B7E07F: hue angle of 85.36º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7E07F is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 224 | 127 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.12 |
| HSL | 85.36º | 0.61% | 0.69% | - |
| HSV(B) | 85.36º | 0.43% | 0.88% | - |
| XYZ | 50.01 | 64.91 | 29.97 | - |
| YUV | 200.68 | 86.42 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 224 | 127 | 0.18 | 0 | 0.43 | 0.12 | 85.36 | 0.61 | 0.69 |
| Hex | B7 | E0 | 7F | 12 | 0 | 2B | C | 55 | 3D | 45 |
| Octal | 267 | 340 | 177 | 22 | 0 | 53 | 14 | 125 | 75 | 105 |
| Binary | 10110111 | 11100000 | 1111111 | 10010 | 0 | 101011 | 1100 | 1010101 | 111101 | 1000101 |
Color Harmonies of #B7E07F
Complementary color
Monochromatic Colors of #B7E07F
Black with #B7E07F
Text Example
Text Example
White with #B7E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E07F; }
p { color: rgb(183,224,127); }
H1.HeaderClassName
{
color: #B7E07F;
}
.AnyTagClassName
{
color: #B7E07F;
}
</style>
background-color css
<style>
a { background-color: #B7E07F; }
a { background-color: rgb(183,224,127); }
div.DivClassName
{
background-color: #B7E07F;
}
.BgClassName
{
background-color: #B7E07F;
}
</style>
border-color css
<style>
span { border-color: #B7E07F; }
span { border-color: rgb(183,224,127); }
td.TdClassName
{
border-color: #B7E07F;
}
.TagClassName
{
border-color: #B7E07F;
}
</style>