Shades of Sulu #C9F174
Tints of Sulu #C9F174
RGB
CMYK
RGB Variations
Color information
#C9F174 (or 0xC9F174) is known color: Sulu. HEX triplet: C9, F1 and 74. RGB value is (201,241,116). Sum of RGB (Red+Green+Blue) = 201+241+116=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F174 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F174 is #360E8B. Grayscale: #D7D7D7. Windows color (decimal): -3542668 or 7664073. OLE color: 7664073.
HSL color Cylindrical-coordinate representation of color #C9F174: hue angle of 79.2º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9F174 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 241 | 116 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.05 |
| HSL | 79.2º | 0.82% | 0.7% | - |
| HSV(B) | 79.2º | 0.52% | 0.95% | - |
| XYZ | 58.7 | 76.59 | 28.21 | - |
| YUV | 214.79 | 72.25 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 116 | 0.17 | 0 | 0.52 | 0.05 | 79.2 | 0.82 | 0.7 |
| Hex | C9 | F1 | 74 | 11 | 0 | 34 | 5 | 4F | 52 | 46 |
| Octal | 311 | 361 | 164 | 21 | 0 | 64 | 5 | 117 | 122 | 106 |
| Binary | 11001001 | 11110001 | 1110100 | 10001 | 0 | 110100 | 101 | 1001111 | 1010010 | 1000110 |
Color Harmonies of #C9F174
Complementary color
Monochromatic Colors of #C9F174
Black with #C9F174
Text Example
Text Example
White with #C9F174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F174; }
p { color: rgb(201,241,116); }
H1.HeaderClassName
{
color: #C9F174;
}
.AnyTagClassName
{
color: #C9F174;
}
</style>
background-color css
<style>
a { background-color: #C9F174; }
a { background-color: rgb(201,241,116); }
div.DivClassName
{
background-color: #C9F174;
}
.BgClassName
{
background-color: #C9F174;
}
</style>
border-color css
<style>
span { border-color: #C9F174; }
span { border-color: rgb(201,241,116); }
td.TdClassName
{
border-color: #C9F174;
}
.TagClassName
{
border-color: #C9F174;
}
</style>