Shades of Sulu #C9EA78
Tints of Sulu #C9EA78
RGB
CMYK
RGB Variations
Color information
#C9EA78 (or 0xC9EA78) is known color: Sulu. HEX triplet: C9, EA and 78. RGB value is (201,234,120). Sum of RGB (Red+Green+Blue) = 201+234+120=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EA78 is #361587. Grayscale: #D3D3D3. Windows color (decimal): -3544456 or 7924425. OLE color: 7924425.
HSL color Cylindrical-coordinate representation of color #C9EA78: hue angle of 77.37º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9EA78 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 120 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.08 |
| HSL | 77.37º | 0.73% | 0.69% | - |
| HSV(B) | 77.37º | 0.49% | 0.92% | - |
| XYZ | 56.9 | 72.62 | 28.79 | - |
| YUV | 211.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 120 | 0.14 | 0 | 0.49 | 0.08 | 77.37 | 0.73 | 0.69 |
| Hex | C9 | EA | 78 | E | 0 | 31 | 8 | 4D | 49 | 45 |
| Octal | 311 | 352 | 170 | 16 | 0 | 61 | 10 | 115 | 111 | 105 |
| Binary | 11001001 | 11101010 | 1111000 | 1110 | 0 | 110001 | 1000 | 1001101 | 1001001 | 1000101 |
Color Harmonies of #C9EA78
Complementary color
Monochromatic Colors of #C9EA78
Black with #C9EA78
Text Example
Text Example
White with #C9EA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA78; }
p { color: rgb(201,234,120); }
H1.HeaderClassName
{
color: #C9EA78;
}
.AnyTagClassName
{
color: #C9EA78;
}
</style>
background-color css
<style>
a { background-color: #C9EA78; }
a { background-color: rgb(201,234,120); }
div.DivClassName
{
background-color: #C9EA78;
}
.BgClassName
{
background-color: #C9EA78;
}
</style>
border-color css
<style>
span { border-color: #C9EA78; }
span { border-color: rgb(201,234,120); }
td.TdClassName
{
border-color: #C9EA78;
}
.TagClassName
{
border-color: #C9EA78;
}
</style>