Shades of Sulu #C9F287
Tints of Sulu #C9F287
RGB
CMYK
RGB Variations
Color information
#C9F287 (or 0xC9F287) is known color: Sulu. HEX triplet: C9, F2 and 87. RGB value is (201,242,135). Sum of RGB (Red+Green+Blue) = 201+242+135=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 135 (53.12% from 255 or 23.36% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F287 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F287 is #360D78. Grayscale: #D9D9D9. Windows color (decimal): -3542393 or 8909513. OLE color: 8909513.
HSL color Cylindrical-coordinate representation of color #C9F287: hue angle of 82.99º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9F287 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 135 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.05 |
| HSL | 82.99º | 0.8% | 0.74% | - |
| HSV(B) | 82.99º | 0.44% | 0.95% | - |
| XYZ | 60.21 | 77.67 | 34.74 | - |
| YUV | 217.54 | 81.42 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 135 | 0.17 | 0 | 0.44 | 0.05 | 82.99 | 0.8 | 0.74 |
| Hex | C9 | F2 | 87 | 11 | 0 | 2C | 5 | 53 | 50 | 4A |
| Octal | 311 | 362 | 207 | 21 | 0 | 54 | 5 | 123 | 120 | 112 |
| Binary | 11001001 | 11110010 | 10000111 | 10001 | 0 | 101100 | 101 | 1010011 | 1010000 | 1001010 |
Color Harmonies of #C9F287
Complementary color
Monochromatic Colors of #C9F287
Black with #C9F287
Text Example
Text Example
White with #C9F287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F287; }
p { color: rgb(201,242,135); }
H1.HeaderClassName
{
color: #C9F287;
}
.AnyTagClassName
{
color: #C9F287;
}
</style>
background-color css
<style>
a { background-color: #C9F287; }
a { background-color: rgb(201,242,135); }
div.DivClassName
{
background-color: #C9F287;
}
.BgClassName
{
background-color: #C9F287;
}
</style>
border-color css
<style>
span { border-color: #C9F287; }
span { border-color: rgb(201,242,135); }
td.TdClassName
{
border-color: #C9F287;
}
.TagClassName
{
border-color: #C9F287;
}
</style>