Shades of Sulu #C9E67A
Tints of Sulu #C9E67A
RGB
CMYK
RGB Variations
Color information
#C9E67A (or 0xC9E67A) is known color: Sulu. HEX triplet: C9, E6 and 7A. RGB value is (201,230,122). Sum of RGB (Red+Green+Blue) = 201+230+122=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #C9E67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E67A is #361985. Grayscale: #D1D1D1. Windows color (decimal): -3545478 or 8054473. OLE color: 8054473.
HSL color Cylindrical-coordinate representation of color #C9E67A: hue angle of 76.11º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9E67A is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 230 | 122 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.10 |
| HSL | 76.11º | 0.68% | 0.69% | - |
| HSV(B) | 76.11º | 0.47% | 0.9% | - |
| XYZ | 55.9 | 70.42 | 29.06 | - |
| YUV | 209.02 | 78.89 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 230 | 122 | 0.13 | 0 | 0.47 | 0.10 | 76.11 | 0.68 | 0.69 |
| Hex | C9 | E6 | 7A | D | 0 | 2F | A | 4C | 44 | 45 |
| Octal | 311 | 346 | 172 | 15 | 0 | 57 | 12 | 114 | 104 | 105 |
| Binary | 11001001 | 11100110 | 1111010 | 1101 | 0 | 101111 | 1010 | 1001100 | 1000100 | 1000101 |
Color Harmonies of #C9E67A
Complementary color
Monochromatic Colors of #C9E67A
Black with #C9E67A
Text Example
Text Example
White with #C9E67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E67A; }
p { color: rgb(201,230,122); }
H1.HeaderClassName
{
color: #C9E67A;
}
.AnyTagClassName
{
color: #C9E67A;
}
</style>
background-color css
<style>
a { background-color: #C9E67A; }
a { background-color: rgb(201,230,122); }
div.DivClassName
{
background-color: #C9E67A;
}
.BgClassName
{
background-color: #C9E67A;
}
</style>
border-color css
<style>
span { border-color: #C9E67A; }
span { border-color: rgb(201,230,122); }
td.TdClassName
{
border-color: #C9E67A;
}
.TagClassName
{
border-color: #C9E67A;
}
</style>