Shades of Sulu #C9F972
Tints of Sulu #C9F972
RGB
CMYK
RGB Variations
Color information
#C9F972 (or 0xC9F972) is known color: Sulu. HEX triplet: C9, F9 and 72. RGB value is (201,249,114). Sum of RGB (Red+Green+Blue) = 201+249+114=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F972 is #36068D. Grayscale: #DBDBDB. Windows color (decimal): -3540622 or 7535049. OLE color: 7535049.
HSL color Cylindrical-coordinate representation of color #C9F972: hue angle of 81.33º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9F972 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 114 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.02 |
| HSL | 81.33º | 0.92% | 0.71% | - |
| HSV(B) | 81.33º | 0.54% | 0.98% | - |
| XYZ | 61 | 81.38 | 28.41 | - |
| YUV | 219.26 | 68.6 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 114 | 0.19 | 0 | 0.54 | 0.02 | 81.33 | 0.92 | 0.71 |
| Hex | C9 | F9 | 72 | 13 | 0 | 36 | 2 | 51 | 5C | 47 |
| Octal | 311 | 371 | 162 | 23 | 0 | 66 | 2 | 121 | 134 | 107 |
| Binary | 11001001 | 11111001 | 1110010 | 10011 | 0 | 110110 | 10 | 1010001 | 1011100 | 1000111 |
Color Harmonies of #C9F972
Complementary color
Monochromatic Colors of #C9F972
Black with #C9F972
Text Example
Text Example
White with #C9F972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F972; }
p { color: rgb(201,249,114); }
H1.HeaderClassName
{
color: #C9F972;
}
.AnyTagClassName
{
color: #C9F972;
}
</style>
background-color css
<style>
a { background-color: #C9F972; }
a { background-color: rgb(201,249,114); }
div.DivClassName
{
background-color: #C9F972;
}
.BgClassName
{
background-color: #C9F972;
}
</style>
border-color css
<style>
span { border-color: #C9F972; }
span { border-color: rgb(201,249,114); }
td.TdClassName
{
border-color: #C9F972;
}
.TagClassName
{
border-color: #C9F972;
}
</style>