Shades of Sulu #C9F574
Tints of Sulu #C9F574
RGB
CMYK
RGB Variations
Color information
#C9F574 (or 0xC9F574) is known color: Sulu. HEX triplet: C9, F5 and 74. RGB value is (201,245,116). Sum of RGB (Red+Green+Blue) = 201+245+116=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #C9F574 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F574 is #360A8B. Grayscale: #D9D9D9. Windows color (decimal): -3541644 or 7665097. OLE color: 7665097.
HSL color Cylindrical-coordinate representation of color #C9F574: hue angle of 80.47º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9F574 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 245 | 116 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.04 |
| HSL | 80.47º | 0.87% | 0.71% | - |
| HSV(B) | 80.47º | 0.53% | 0.96% | - |
| XYZ | 59.89 | 78.98 | 28.61 | - |
| YUV | 217.14 | 70.92 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 245 | 116 | 0.18 | 0 | 0.53 | 0.04 | 80.47 | 0.87 | 0.71 |
| Hex | C9 | F5 | 74 | 12 | 0 | 35 | 4 | 50 | 57 | 47 |
| Octal | 311 | 365 | 164 | 22 | 0 | 65 | 4 | 120 | 127 | 107 |
| Binary | 11001001 | 11110101 | 1110100 | 10010 | 0 | 110101 | 100 | 1010000 | 1010111 | 1000111 |
Color Harmonies of #C9F574
Complementary color
Monochromatic Colors of #C9F574
Black with #C9F574
Text Example
Text Example
White with #C9F574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F574; }
p { color: rgb(201,245,116); }
H1.HeaderClassName
{
color: #C9F574;
}
.AnyTagClassName
{
color: #C9F574;
}
</style>
background-color css
<style>
a { background-color: #C9F574; }
a { background-color: rgb(201,245,116); }
div.DivClassName
{
background-color: #C9F574;
}
.BgClassName
{
background-color: #C9F574;
}
</style>
border-color css
<style>
span { border-color: #C9F574; }
span { border-color: rgb(201,245,116); }
td.TdClassName
{
border-color: #C9F574;
}
.TagClassName
{
border-color: #C9F574;
}
</style>