Shades of Sulu #C9FF75
Tints of Sulu #C9FF75
RGB
CMYK
RGB Variations
Color information
#C9FF75 (or 0xC9FF75) is known color: Sulu. HEX triplet: C9, FF and 75. RGB value is (201,255,117). Sum of RGB (Red+Green+Blue) = 201+255+117=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF75 is #36008A. Grayscale: #DFDFDF. Windows color (decimal): -3539083 or 7733193. OLE color: 7733193.
HSL color Cylindrical-coordinate representation of color #C9FF75: hue angle of 83.48º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9FF75 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 117 | - |
| CMYK | 0.21 | 0 | 0.54 | 0 |
| HSL | 83.48º | 1% | 0.73% | - |
| HSV(B) | 83.48º | 0.54% | 1% | - |
| XYZ | 63.06 | 85.22 | 29.96 | - |
| YUV | 223.12 | 68.11 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 117 | 0.21 | 0 | 0.54 | 0 | 83.48 | 1 | 0.73 |
| Hex | C9 | FF | 75 | 15 | 0 | 36 | 0 | 53 | 64 | 49 |
| Octal | 311 | 377 | 165 | 25 | 0 | 66 | 0 | 123 | 144 | 111 |
| Binary | 11001001 | 11111111 | 1110101 | 10101 | 0 | 110110 | 0 | 1010011 | 1100100 | 1001001 |
Color Harmonies of #C9FF75
Complementary color
Monochromatic Colors of #C9FF75
Black with #C9FF75
Text Example
Text Example
White with #C9FF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF75; }
p { color: rgb(201,255,117); }
H1.HeaderClassName
{
color: #C9FF75;
}
.AnyTagClassName
{
color: #C9FF75;
}
</style>
background-color css
<style>
a { background-color: #C9FF75; }
a { background-color: rgb(201,255,117); }
div.DivClassName
{
background-color: #C9FF75;
}
.BgClassName
{
background-color: #C9FF75;
}
</style>
border-color css
<style>
span { border-color: #C9FF75; }
span { border-color: rgb(201,255,117); }
td.TdClassName
{
border-color: #C9FF75;
}
.TagClassName
{
border-color: #C9FF75;
}
</style>