Shades of Sulu #C9FF8C
Tints of Sulu #C9FF8C
RGB
CMYK
RGB Variations
Color information
#C9FF8C (or 0xC9FF8C) is known color: Sulu. HEX triplet: C9, FF and 8C. RGB value is (201,255,140). Sum of RGB (Red+Green+Blue) = 201+255+140=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FF8C is #360073. Grayscale: #E2E2E2. Windows color (decimal): -3539060 or 9240521. OLE color: 9240521.
HSL color Cylindrical-coordinate representation of color #C9FF8C: hue angle of 88.17º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9FF8C is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 140 | - |
| CMYK | 0.21 | 0 | 0.45 | 0 |
| HSL | 88.17º | 1% | 0.77% | - |
| HSV(B) | 88.17º | 0.45% | 1% | - |
| XYZ | 64.58 | 85.83 | 37.97 | - |
| YUV | 225.74 | 79.61 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 140 | 0.21 | 0 | 0.45 | 0 | 88.17 | 1 | 0.77 |
| Hex | C9 | FF | 8C | 15 | 0 | 2D | 0 | 58 | 64 | 4D |
| Octal | 311 | 377 | 214 | 25 | 0 | 55 | 0 | 130 | 144 | 115 |
| Binary | 11001001 | 11111111 | 10001100 | 10101 | 0 | 101101 | 0 | 1011000 | 1100100 | 1001101 |
Color Harmonies of #C9FF8C
Complementary color
Monochromatic Colors of #C9FF8C
Black with #C9FF8C
Text Example
Text Example
White with #C9FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF8C; }
p { color: rgb(201,255,140); }
H1.HeaderClassName
{
color: #C9FF8C;
}
.AnyTagClassName
{
color: #C9FF8C;
}
</style>
background-color css
<style>
a { background-color: #C9FF8C; }
a { background-color: rgb(201,255,140); }
div.DivClassName
{
background-color: #C9FF8C;
}
.BgClassName
{
background-color: #C9FF8C;
}
</style>
border-color css
<style>
span { border-color: #C9FF8C; }
span { border-color: rgb(201,255,140); }
td.TdClassName
{
border-color: #C9FF8C;
}
.TagClassName
{
border-color: #C9FF8C;
}
</style>