Shades of Sulu #C9F572
Tints of Sulu #C9F572
RGB
CMYK
RGB Variations
Color information
#C9F572 (or 0xC9F572) is known color: Sulu. HEX triplet: C9, F5 and 72. RGB value is (201,245,114). Sum of RGB (Red+Green+Blue) = 201+245+114=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 245 (96.09% from 255 or 43.75% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 245 - color contains mainly: green. Hex color #C9F572 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F572 is #360A8D. Grayscale: #D9D9D9. Windows color (decimal): -3541646 or 7534025. OLE color: 7534025.
HSL color Cylindrical-coordinate representation of color #C9F572: hue angle of 80.15º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9F572 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 245 | 114 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.04 |
| HSL | 80.15º | 0.87% | 0.7% | - |
| HSV(B) | 80.15º | 0.53% | 0.96% | - |
| XYZ | 59.78 | 78.94 | 28.01 | - |
| YUV | 216.91 | 69.92 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 245 | 114 | 0.18 | 0 | 0.53 | 0.04 | 80.15 | 0.87 | 0.7 |
| Hex | C9 | F5 | 72 | 12 | 0 | 35 | 4 | 50 | 57 | 46 |
| Octal | 311 | 365 | 162 | 22 | 0 | 65 | 4 | 120 | 127 | 106 |
| Binary | 11001001 | 11110101 | 1110010 | 10010 | 0 | 110101 | 100 | 1010000 | 1010111 | 1000110 |
Color Harmonies of #C9F572
Complementary color
Monochromatic Colors of #C9F572
Black with #C9F572
Text Example
Text Example
White with #C9F572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F572; }
p { color: rgb(201,245,114); }
H1.HeaderClassName
{
color: #C9F572;
}
.AnyTagClassName
{
color: #C9F572;
}
</style>
background-color css
<style>
a { background-color: #C9F572; }
a { background-color: rgb(201,245,114); }
div.DivClassName
{
background-color: #C9F572;
}
.BgClassName
{
background-color: #C9F572;
}
</style>
border-color css
<style>
span { border-color: #C9F572; }
span { border-color: rgb(201,245,114); }
td.TdClassName
{
border-color: #C9F572;
}
.TagClassName
{
border-color: #C9F572;
}
</style>