Shades of Sulu #C8F98D
Tints of Sulu #C8F98D
RGB
CMYK
RGB Variations
Color information
#C8F98D (or 0xC8F98D) is known color: Sulu. HEX triplet: C8, F9 and 8D. RGB value is (200,249,141). Sum of RGB (Red+Green+Blue) = 200+249+141=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F98D is #370672. Grayscale: #DEDEDE. Windows color (decimal): -3606131 or 9304520. OLE color: 9304520.
HSL color Cylindrical-coordinate representation of color #C8F98D: hue angle of 87.22º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8F98D is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 141 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.02 |
| HSL | 87.22º | 0.9% | 0.76% | - |
| HSV(B) | 87.22º | 0.43% | 0.98% | - |
| XYZ | 62.5 | 81.95 | 37.72 | - |
| YUV | 222.04 | 82.27 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 141 | 0.20 | 0 | 0.43 | 0.02 | 87.22 | 0.9 | 0.76 |
| Hex | C8 | F9 | 8D | 14 | 0 | 2B | 2 | 57 | 5A | 4C |
| Octal | 310 | 371 | 215 | 24 | 0 | 53 | 2 | 127 | 132 | 114 |
| Binary | 11001000 | 11111001 | 10001101 | 10100 | 0 | 101011 | 10 | 1010111 | 1011010 | 1001100 |
Color Harmonies of #C8F98D
Complementary color
Monochromatic Colors of #C8F98D
Black with #C8F98D
Text Example
Text Example
White with #C8F98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F98D; }
p { color: rgb(200,249,141); }
H1.HeaderClassName
{
color: #C8F98D;
}
.AnyTagClassName
{
color: #C8F98D;
}
</style>
background-color css
<style>
a { background-color: #C8F98D; }
a { background-color: rgb(200,249,141); }
div.DivClassName
{
background-color: #C8F98D;
}
.BgClassName
{
background-color: #C8F98D;
}
</style>
border-color css
<style>
span { border-color: #C8F98D; }
span { border-color: rgb(200,249,141); }
td.TdClassName
{
border-color: #C8F98D;
}
.TagClassName
{
border-color: #C8F98D;
}
</style>