Shades of Sulu #C9EF85
Tints of Sulu #C9EF85
RGB
CMYK
RGB Variations
Color information
#C9EF85 (or 0xC9EF85) is known color: Sulu. HEX triplet: C9, EF and 85. RGB value is (201,239,133). Sum of RGB (Red+Green+Blue) = 201+239+133=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EF85 is #36107A. Grayscale: #D7D7D7. Windows color (decimal): -3543163 or 8777673. OLE color: 8777673.
HSL color Cylindrical-coordinate representation of color #C9EF85: hue angle of 81.51º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9EF85 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 133 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.06 |
| HSL | 81.51º | 0.77% | 0.73% | - |
| HSV(B) | 81.51º | 0.44% | 0.94% | - |
| XYZ | 59.19 | 75.84 | 33.71 | - |
| YUV | 215.55 | 81.41 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 133 | 0.16 | 0 | 0.44 | 0.06 | 81.51 | 0.77 | 0.73 |
| Hex | C9 | EF | 85 | 10 | 0 | 2C | 6 | 52 | 4D | 49 |
| Octal | 311 | 357 | 205 | 20 | 0 | 54 | 6 | 122 | 115 | 111 |
| Binary | 11001001 | 11101111 | 10000101 | 10000 | 0 | 101100 | 110 | 1010010 | 1001101 | 1001001 |
Color Harmonies of #C9EF85
Complementary color
Monochromatic Colors of #C9EF85
Black with #C9EF85
Text Example
Text Example
White with #C9EF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EF85; }
p { color: rgb(201,239,133); }
H1.HeaderClassName
{
color: #C9EF85;
}
.AnyTagClassName
{
color: #C9EF85;
}
</style>
background-color css
<style>
a { background-color: #C9EF85; }
a { background-color: rgb(201,239,133); }
div.DivClassName
{
background-color: #C9EF85;
}
.BgClassName
{
background-color: #C9EF85;
}
</style>
border-color css
<style>
span { border-color: #C9EF85; }
span { border-color: rgb(201,239,133); }
td.TdClassName
{
border-color: #C9EF85;
}
.TagClassName
{
border-color: #C9EF85;
}
</style>