Shades of Sulu #C9F08A
Tints of Sulu #C9F08A
RGB
CMYK
RGB Variations
Color information
#C9F08A (or 0xC9F08A) is known color: Sulu. HEX triplet: C9, F0 and 8A. RGB value is (201,240,138). Sum of RGB (Red+Green+Blue) = 201+240+138=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F08A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F08A is #360F75. Grayscale: #D9D9D9. Windows color (decimal): -3542902 or 9105609. OLE color: 9105609.
HSL color Cylindrical-coordinate representation of color #C9F08A: hue angle of 82.94º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9F08A is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 138 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.06 |
| HSL | 82.94º | 0.77% | 0.74% | - |
| HSV(B) | 82.94º | 0.43% | 0.94% | - |
| XYZ | 59.83 | 76.57 | 35.67 | - |
| YUV | 216.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 138 | 0.16 | 0 | 0.42 | 0.06 | 82.94 | 0.77 | 0.74 |
| Hex | C9 | F0 | 8A | 10 | 0 | 2A | 6 | 53 | 4D | 4A |
| Octal | 311 | 360 | 212 | 20 | 0 | 52 | 6 | 123 | 115 | 112 |
| Binary | 11001001 | 11110000 | 10001010 | 10000 | 0 | 101010 | 110 | 1010011 | 1001101 | 1001010 |
Color Harmonies of #C9F08A
Complementary color
Monochromatic Colors of #C9F08A
Black with #C9F08A
Text Example
Text Example
White with #C9F08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F08A; }
p { color: rgb(201,240,138); }
H1.HeaderClassName
{
color: #C9F08A;
}
.AnyTagClassName
{
color: #C9F08A;
}
</style>
background-color css
<style>
a { background-color: #C9F08A; }
a { background-color: rgb(201,240,138); }
div.DivClassName
{
background-color: #C9F08A;
}
.BgClassName
{
background-color: #C9F08A;
}
</style>
border-color css
<style>
span { border-color: #C9F08A; }
span { border-color: rgb(201,240,138); }
td.TdClassName
{
border-color: #C9F08A;
}
.TagClassName
{
border-color: #C9F08A;
}
</style>