Shades of Sulu #C9F08D
Tints of Sulu #C9F08D
RGB
CMYK
RGB Variations
Color information
#C9F08D (or 0xC9F08D) is known color: Sulu. HEX triplet: C9, F0 and 8D. RGB value is (201,240,141). Sum of RGB (Red+Green+Blue) = 201+240+141=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F08D is #360F72. Grayscale: #D9D9D9. Windows color (decimal): -3542899 or 9302217. OLE color: 9302217.
HSL color Cylindrical-coordinate representation of color #C9F08D: hue angle of 83.64º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9F08D is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
RGB | 201 | 240 | 141 | - |
CMYK | 0.16 | 0 | 0.41 | 0.06 |
HSL | 83.64º | 0.77% | 0.75% | - |
HSV(B) | 83.64º | 0.41% | 0.94% | - |
XYZ | 60.06 | 76.66 | 36.83 | - |
YUV | 217.05 | 85.08 | 116.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 240 | 141 | 0.16 | 0 | 0.41 | 0.06 | 83.64 | 0.77 | 0.75 |
Hex | C9 | F0 | 8D | 10 | 0 | 29 | 6 | 54 | 4D | 4B |
Octal | 311 | 360 | 215 | 20 | 0 | 51 | 6 | 124 | 115 | 113 |
Binary | 11001001 | 11110000 | 10001101 | 10000 | 0 | 101001 | 110 | 1010100 | 1001101 | 1001011 |
Color Harmonies of #C9F08D
Complementary color
Monochromatic Colors of #C9F08D
Black with #C9F08D
Text Example
Text Example
White with #C9F08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F08D; }
p { color: rgb(201,240,141); }
H1.HeaderClassName
{
color: #C9F08D;
}
.AnyTagClassName
{
color: #C9F08D;
}
</style>
background-color css
<style>
a { background-color: #C9F08D; }
a { background-color: rgb(201,240,141); }
div.DivClassName
{
background-color: #C9F08D;
}
.BgClassName
{
background-color: #C9F08D;
}
</style>
border-color css
<style>
span { border-color: #C9F08D; }
span { border-color: rgb(201,240,141); }
td.TdClassName
{
border-color: #C9F08D;
}
.TagClassName
{
border-color: #C9F08D;
}
</style>