Shades of Sulu #B7FC7C
Tints of Sulu #B7FC7C
RGB
CMYK
RGB Variations
Color information
#B7FC7C (or 0xB7FC7C) is known color: Sulu. HEX triplet: B7, FC and 7C. RGB value is (183,252,124). Sum of RGB (Red+Green+Blue) = 183+252+124=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7FC7C is #480383. Grayscale: #D9D9D9. Windows color (decimal): -4719492 or 8191159. OLE color: 8191159.
HSL color Cylindrical-coordinate representation of color #B7FC7C: hue angle of 92.34º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7FC7C is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 252 | 124 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.01 |
| HSL | 92.34º | 0.96% | 0.74% | - |
| HSV(B) | 92.34º | 0.51% | 0.99% | - |
| XYZ | 57.98 | 81.14 | 31.68 | - |
| YUV | 216.78 | 75.64 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 252 | 124 | 0.27 | 0 | 0.51 | 0.01 | 92.34 | 0.96 | 0.74 |
| Hex | B7 | FC | 7C | 1B | 0 | 33 | 1 | 5C | 60 | 4A |
| Octal | 267 | 374 | 174 | 33 | 0 | 63 | 1 | 134 | 140 | 112 |
| Binary | 10110111 | 11111100 | 1111100 | 11011 | 0 | 110011 | 1 | 1011100 | 1100000 | 1001010 |
Color Harmonies of #B7FC7C
Complementary color
Monochromatic Colors of #B7FC7C
Black with #B7FC7C
Text Example
Text Example
White with #B7FC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FC7C; }
p { color: rgb(183,252,124); }
H1.HeaderClassName
{
color: #B7FC7C;
}
.AnyTagClassName
{
color: #B7FC7C;
}
</style>
background-color css
<style>
a { background-color: #B7FC7C; }
a { background-color: rgb(183,252,124); }
div.DivClassName
{
background-color: #B7FC7C;
}
.BgClassName
{
background-color: #B7FC7C;
}
</style>
border-color css
<style>
span { border-color: #B7FC7C; }
span { border-color: rgb(183,252,124); }
td.TdClassName
{
border-color: #B7FC7C;
}
.TagClassName
{
border-color: #B7FC7C;
}
</style>