Shades of Sulu #C8F16C
Tints of Sulu #C8F16C
RGB
CMYK
RGB Variations
Color information
#C8F16C (or 0xC8F16C) is known color: Sulu. HEX triplet: C8, F1 and 6C. RGB value is (200,241,108). Sum of RGB (Red+Green+Blue) = 200+241+108=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F16C is #370E93. Grayscale: #D6D6D6. Windows color (decimal): -3608212 or 7139784. OLE color: 7139784.
HSL color Cylindrical-coordinate representation of color #C8F16C: hue angle of 78.5º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8F16C is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 108 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.05 |
| HSL | 78.5º | 0.83% | 0.68% | - |
| HSV(B) | 78.5º | 0.55% | 0.95% | - |
| XYZ | 57.98 | 76.27 | 25.85 | - |
| YUV | 213.58 | 68.42 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 108 | 0.17 | 0 | 0.55 | 0.05 | 78.5 | 0.83 | 0.68 |
| Hex | C8 | F1 | 6C | 11 | 0 | 37 | 5 | 4E | 53 | 44 |
| Octal | 310 | 361 | 154 | 21 | 0 | 67 | 5 | 116 | 123 | 104 |
| Binary | 11001000 | 11110001 | 1101100 | 10001 | 0 | 110111 | 101 | 1001110 | 1010011 | 1000100 |
Color Harmonies of #C8F16C
Complementary color
Monochromatic Colors of #C8F16C
Black with #C8F16C
Text Example
Text Example
White with #C8F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F16C; }
p { color: rgb(200,241,108); }
H1.HeaderClassName
{
color: #C8F16C;
}
.AnyTagClassName
{
color: #C8F16C;
}
</style>
background-color css
<style>
a { background-color: #C8F16C; }
a { background-color: rgb(200,241,108); }
div.DivClassName
{
background-color: #C8F16C;
}
.BgClassName
{
background-color: #C8F16C;
}
</style>
border-color css
<style>
span { border-color: #C8F16C; }
span { border-color: rgb(200,241,108); }
td.TdClassName
{
border-color: #C8F16C;
}
.TagClassName
{
border-color: #C8F16C;
}
</style>