Shades of Sulu #B8FC7D
Tints of Sulu #B8FC7D
RGB
CMYK
RGB Variations
Color information
#B8FC7D (or 0xB8FC7D) is known color: Sulu. HEX triplet: B8, FC and 7D. RGB value is (184,252,125). Sum of RGB (Red+Green+Blue) = 184+252+125=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FC7D is #470382. Grayscale: #D9D9D9. Windows color (decimal): -4653955 or 8256696. OLE color: 8256696.
HSL color Cylindrical-coordinate representation of color #B8FC7D: hue angle of 92.13º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8FC7D is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 252 | 125 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.01 |
| HSL | 92.13º | 0.95% | 0.74% | - |
| HSV(B) | 92.13º | 0.5% | 0.99% | - |
| XYZ | 58.28 | 81.29 | 32.02 | - |
| YUV | 217.19 | 75.97 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 252 | 125 | 0.27 | 0 | 0.50 | 0.01 | 92.13 | 0.95 | 0.74 |
| Hex | B8 | FC | 7D | 1B | 0 | 32 | 1 | 5C | 5F | 4A |
| Octal | 270 | 374 | 175 | 33 | 0 | 62 | 1 | 134 | 137 | 112 |
| Binary | 10111000 | 11111100 | 1111101 | 11011 | 0 | 110010 | 1 | 1011100 | 1011111 | 1001010 |
Color Harmonies of #B8FC7D
Complementary color
Monochromatic Colors of #B8FC7D
Black with #B8FC7D
Text Example
Text Example
White with #B8FC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FC7D; }
p { color: rgb(184,252,125); }
H1.HeaderClassName
{
color: #B8FC7D;
}
.AnyTagClassName
{
color: #B8FC7D;
}
</style>
background-color css
<style>
a { background-color: #B8FC7D; }
a { background-color: rgb(184,252,125); }
div.DivClassName
{
background-color: #B8FC7D;
}
.BgClassName
{
background-color: #B8FC7D;
}
</style>
border-color css
<style>
span { border-color: #B8FC7D; }
span { border-color: rgb(184,252,125); }
td.TdClassName
{
border-color: #B8FC7D;
}
.TagClassName
{
border-color: #B8FC7D;
}
</style>