Shades of Sulu #C8FF76
Tints of Sulu #C8FF76
RGB
CMYK
RGB Variations
Color information
#C8FF76 (or 0xC8FF76) is known color: Sulu. HEX triplet: C8, FF and 76. RGB value is (200,255,118). Sum of RGB (Red+Green+Blue) = 200+255+118=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 118 (46.48% from 255 or 20.59% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FF76 is #370089. Grayscale: #DFDFDF. Windows color (decimal): -3604618 or 7798728. OLE color: 7798728.
HSL color Cylindrical-coordinate representation of color #C8FF76: hue angle of 84.09º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8FF76 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 118 | - |
| CMYK | 0.22 | 0 | 0.54 | 0 |
| HSL | 84.09º | 1% | 0.73% | - |
| HSV(B) | 84.09º | 0.54% | 1% | - |
| XYZ | 62.85 | 85.11 | 30.25 | - |
| YUV | 222.94 | 68.78 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 118 | 0.22 | 0 | 0.54 | 0 | 84.09 | 1 | 0.73 |
| Hex | C8 | FF | 76 | 16 | 0 | 36 | 0 | 54 | 64 | 49 |
| Octal | 310 | 377 | 166 | 26 | 0 | 66 | 0 | 124 | 144 | 111 |
| Binary | 11001000 | 11111111 | 1110110 | 10110 | 0 | 110110 | 0 | 1010100 | 1100100 | 1001001 |
Color Harmonies of #C8FF76
Complementary color
Monochromatic Colors of #C8FF76
Black with #C8FF76
Text Example
Text Example
White with #C8FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF76; }
p { color: rgb(200,255,118); }
H1.HeaderClassName
{
color: #C8FF76;
}
.AnyTagClassName
{
color: #C8FF76;
}
</style>
background-color css
<style>
a { background-color: #C8FF76; }
a { background-color: rgb(200,255,118); }
div.DivClassName
{
background-color: #C8FF76;
}
.BgClassName
{
background-color: #C8FF76;
}
</style>
border-color css
<style>
span { border-color: #C8FF76; }
span { border-color: rgb(200,255,118); }
td.TdClassName
{
border-color: #C8FF76;
}
.TagClassName
{
border-color: #C8FF76;
}
</style>