Shades of Sulu #C8F16E
Tints of Sulu #C8F16E
RGB
CMYK
RGB Variations
Color information
#C8F16E (or 0xC8F16E) is known color: Sulu. HEX triplet: C8, F1 and 6E. RGB value is (200,241,110). Sum of RGB (Red+Green+Blue) = 200+241+110=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 110 (43.36% from 255 or 19.96% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F16E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F16E is #370E91. Grayscale: #D6D6D6. Windows color (decimal): -3608210 or 7270856. OLE color: 7270856.
HSL color Cylindrical-coordinate representation of color #C8F16E: hue angle of 78.78º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8F16E is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 110 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.05 |
| HSL | 78.78º | 0.82% | 0.69% | - |
| HSV(B) | 78.78º | 0.54% | 0.95% | - |
| XYZ | 58.09 | 76.32 | 26.42 | - |
| YUV | 213.81 | 69.42 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 110 | 0.17 | 0 | 0.54 | 0.05 | 78.78 | 0.82 | 0.69 |
| Hex | C8 | F1 | 6E | 11 | 0 | 36 | 5 | 4F | 52 | 45 |
| Octal | 310 | 361 | 156 | 21 | 0 | 66 | 5 | 117 | 122 | 105 |
| Binary | 11001000 | 11110001 | 1101110 | 10001 | 0 | 110110 | 101 | 1001111 | 1010010 | 1000101 |
Color Harmonies of #C8F16E
Complementary color
Monochromatic Colors of #C8F16E
Black with #C8F16E
Text Example
Text Example
White with #C8F16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F16E; }
p { color: rgb(200,241,110); }
H1.HeaderClassName
{
color: #C8F16E;
}
.AnyTagClassName
{
color: #C8F16E;
}
</style>
background-color css
<style>
a { background-color: #C8F16E; }
a { background-color: rgb(200,241,110); }
div.DivClassName
{
background-color: #C8F16E;
}
.BgClassName
{
background-color: #C8F16E;
}
</style>
border-color css
<style>
span { border-color: #C8F16E; }
span { border-color: rgb(200,241,110); }
td.TdClassName
{
border-color: #C8F16E;
}
.TagClassName
{
border-color: #C8F16E;
}
</style>