Shades of Sulu #C9F270
Tints of Sulu #C9F270
RGB
CMYK
RGB Variations
Color information
#C9F270 (or 0xC9F270) is known color: Sulu. HEX triplet: C9, F2 and 70. RGB value is (201,242,112). Sum of RGB (Red+Green+Blue) = 201+242+112=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F270 is #360D8F. Grayscale: #D7D7D7. Windows color (decimal): -3542416 or 7402185. OLE color: 7402185.
HSL color Cylindrical-coordinate representation of color #C9F270: hue angle of 78.92º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9F270 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 112 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.05 |
| HSL | 78.92º | 0.83% | 0.69% | - |
| HSV(B) | 78.92º | 0.54% | 0.95% | - |
| XYZ | 58.76 | 77.09 | 27.11 | - |
| YUV | 214.92 | 69.92 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 112 | 0.17 | 0 | 0.54 | 0.05 | 78.92 | 0.83 | 0.69 |
| Hex | C9 | F2 | 70 | 11 | 0 | 36 | 5 | 4F | 53 | 45 |
| Octal | 311 | 362 | 160 | 21 | 0 | 66 | 5 | 117 | 123 | 105 |
| Binary | 11001001 | 11110010 | 1110000 | 10001 | 0 | 110110 | 101 | 1001111 | 1010011 | 1000101 |
Color Harmonies of #C9F270
Complementary color
Monochromatic Colors of #C9F270
Black with #C9F270
Text Example
Text Example
White with #C9F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F270; }
p { color: rgb(201,242,112); }
H1.HeaderClassName
{
color: #C9F270;
}
.AnyTagClassName
{
color: #C9F270;
}
</style>
background-color css
<style>
a { background-color: #C9F270; }
a { background-color: rgb(201,242,112); }
div.DivClassName
{
background-color: #C9F270;
}
.BgClassName
{
background-color: #C9F270;
}
</style>
border-color css
<style>
span { border-color: #C9F270; }
span { border-color: rgb(201,242,112); }
td.TdClassName
{
border-color: #C9F270;
}
.TagClassName
{
border-color: #C9F270;
}
</style>