Shades of Sulu #C8F868
Tints of Sulu #C8F868
RGB
CMYK
RGB Variations
Color information
#C8F868 (or 0xC8F868) is known color: Sulu. HEX triplet: C8, F8 and 68. RGB value is (200,248,104). Sum of RGB (Red+Green+Blue) = 200+248+104=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 248 (97.27% from 255 or 44.93% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F868 is #370797. Grayscale: #D9D9D9. Windows color (decimal): -3606424 or 6879432. OLE color: 6879432.
HSL color Cylindrical-coordinate representation of color #C8F868: hue angle of 80º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8F868 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 104 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.03 |
| HSL | 80º | 0.91% | 0.69% | - |
| HSV(B) | 80º | 0.58% | 0.97% | - |
| XYZ | 59.89 | 80.41 | 25.46 | - |
| YUV | 217.23 | 64.1 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 104 | 0.19 | 0 | 0.58 | 0.03 | 80 | 0.91 | 0.69 |
| Hex | C8 | F8 | 68 | 13 | 0 | 3A | 3 | 50 | 5B | 45 |
| Octal | 310 | 370 | 150 | 23 | 0 | 72 | 3 | 120 | 133 | 105 |
| Binary | 11001000 | 11111000 | 1101000 | 10011 | 0 | 111010 | 11 | 1010000 | 1011011 | 1000101 |
Color Harmonies of #C8F868
Complementary color
Monochromatic Colors of #C8F868
Black with #C8F868
Text Example
Text Example
White with #C8F868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F868; }
p { color: rgb(200,248,104); }
H1.HeaderClassName
{
color: #C8F868;
}
.AnyTagClassName
{
color: #C8F868;
}
</style>
background-color css
<style>
a { background-color: #C8F868; }
a { background-color: rgb(200,248,104); }
div.DivClassName
{
background-color: #C8F868;
}
.BgClassName
{
background-color: #C8F868;
}
</style>
border-color css
<style>
span { border-color: #C8F868; }
span { border-color: rgb(200,248,104); }
td.TdClassName
{
border-color: #C8F868;
}
.TagClassName
{
border-color: #C8F868;
}
</style>