Shades of Sulu #C9E084
Tints of Sulu #C9E084
RGB
CMYK
RGB Variations
Color information
#C9E084 (or 0xC9E084) is known color: Sulu. HEX triplet: C9, E0 and 84. RGB value is (201,224,132). Sum of RGB (Red+Green+Blue) = 201+224+132=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #C9E084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9E084 is #361F7B. Grayscale: #CECECE. Windows color (decimal): -3547004 or 8708297. OLE color: 8708297.
HSL color Cylindrical-coordinate representation of color #C9E084: hue angle of 75º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9E084 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 224 | 132 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.12 |
| HSL | 75º | 0.6% | 0.7% | - |
| HSV(B) | 75º | 0.41% | 0.88% | - |
| XYZ | 54.91 | 67.39 | 31.94 | - |
| YUV | 206.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 224 | 132 | 0.10 | 0 | 0.41 | 0.12 | 75 | 0.6 | 0.7 |
| Hex | C9 | E0 | 84 | A | 0 | 29 | C | 4B | 3C | 46 |
| Octal | 311 | 340 | 204 | 12 | 0 | 51 | 14 | 113 | 74 | 106 |
| Binary | 11001001 | 11100000 | 10000100 | 1010 | 0 | 101001 | 1100 | 1001011 | 111100 | 1000110 |
Color Harmonies of #C9E084
Complementary color
Monochromatic Colors of #C9E084
Black with #C9E084
Text Example
Text Example
White with #C9E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E084; }
p { color: rgb(201,224,132); }
H1.HeaderClassName
{
color: #C9E084;
}
.AnyTagClassName
{
color: #C9E084;
}
</style>
background-color css
<style>
a { background-color: #C9E084; }
a { background-color: rgb(201,224,132); }
div.DivClassName
{
background-color: #C9E084;
}
.BgClassName
{
background-color: #C9E084;
}
</style>
border-color css
<style>
span { border-color: #C9E084; }
span { border-color: rgb(201,224,132); }
td.TdClassName
{
border-color: #C9E084;
}
.TagClassName
{
border-color: #C9E084;
}
</style>