Shades of Sulu #C8FF66
Tints of Sulu #C8FF66
RGB
CMYK
RGB Variations
Color information
#C8FF66 (or 0xC8FF66) is known color: Sulu. HEX triplet: C8, FF and 66. RGB value is (200,255,102). Sum of RGB (Red+Green+Blue) = 200+255+102=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FF66 is #370099. Grayscale: #DDDDDD. Windows color (decimal): -3604634 or 6750152. OLE color: 6750152.
HSL color Cylindrical-coordinate representation of color #C8FF66: hue angle of 81.57º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8FF66 is Cyan = 0.22, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 102 | - |
| CMYK | 0.22 | 0 | 0.6 | 0 |
| HSL | 81.57º | 1% | 0.7% | - |
| HSV(B) | 81.57º | 0.6% | 1% | - |
| XYZ | 61.98 | 84.76 | 25.66 | - |
| YUV | 221.11 | 60.78 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 102 | 0.22 | 0 | 0.6 | 0 | 81.57 | 1 | 0.7 |
| Hex | C8 | FF | 66 | 16 | 0 | 3C | 0 | 52 | 64 | 46 |
| Octal | 310 | 377 | 146 | 26 | 0 | 74 | 0 | 122 | 144 | 106 |
| Binary | 11001000 | 11111111 | 1100110 | 10110 | 0 | 111100 | 0 | 1010010 | 1100100 | 1000110 |
Color Harmonies of #C8FF66
Complementary color
Monochromatic Colors of #C8FF66
Black with #C8FF66
Text Example
Text Example
White with #C8FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF66; }
p { color: rgb(200,255,102); }
H1.HeaderClassName
{
color: #C8FF66;
}
.AnyTagClassName
{
color: #C8FF66;
}
</style>
background-color css
<style>
a { background-color: #C8FF66; }
a { background-color: rgb(200,255,102); }
div.DivClassName
{
background-color: #C8FF66;
}
.BgClassName
{
background-color: #C8FF66;
}
</style>
border-color css
<style>
span { border-color: #C8FF66; }
span { border-color: rgb(200,255,102); }
td.TdClassName
{
border-color: #C8FF66;
}
.TagClassName
{
border-color: #C8FF66;
}
</style>