Shades of Sulu #C8FB76
Tints of Sulu #C8FB76
RGB
CMYK
RGB Variations
Color information
#C8FB76 (or 0xC8FB76) is known color: Sulu. HEX triplet: C8, FB and 76. RGB value is (200,251,118). Sum of RGB (Red+Green+Blue) = 200+251+118=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FB76 is #370489. Grayscale: #DDDDDD. Windows color (decimal): -3605642 or 7797704. OLE color: 7797704.
HSL color Cylindrical-coordinate representation of color #C8FB76: hue angle of 83.01º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8FB76 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 118 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.02 |
| HSL | 83.01º | 0.94% | 0.72% | - |
| HSV(B) | 83.01º | 0.53% | 0.98% | - |
| XYZ | 61.59 | 82.58 | 29.83 | - |
| YUV | 220.59 | 70.1 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 118 | 0.20 | 0 | 0.53 | 0.02 | 83.01 | 0.94 | 0.72 |
| Hex | C8 | FB | 76 | 14 | 0 | 35 | 2 | 53 | 5E | 48 |
| Octal | 310 | 373 | 166 | 24 | 0 | 65 | 2 | 123 | 136 | 110 |
| Binary | 11001000 | 11111011 | 1110110 | 10100 | 0 | 110101 | 10 | 1010011 | 1011110 | 1001000 |
Color Harmonies of #C8FB76
Complementary color
Monochromatic Colors of #C8FB76
Black with #C8FB76
Text Example
Text Example
White with #C8FB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB76; }
p { color: rgb(200,251,118); }
H1.HeaderClassName
{
color: #C8FB76;
}
.AnyTagClassName
{
color: #C8FB76;
}
</style>
background-color css
<style>
a { background-color: #C8FB76; }
a { background-color: rgb(200,251,118); }
div.DivClassName
{
background-color: #C8FB76;
}
.BgClassName
{
background-color: #C8FB76;
}
</style>
border-color css
<style>
span { border-color: #C8FB76; }
span { border-color: rgb(200,251,118); }
td.TdClassName
{
border-color: #C8FB76;
}
.TagClassName
{
border-color: #C8FB76;
}
</style>