Shades of Sulu #C0DA8E
Tints of Sulu #C0DA8E
RGB
CMYK
RGB Variations
Color information
#C0DA8E (or 0xC0DA8E) is known color: Sulu. HEX triplet: C0, DA and 8E. RGB value is (192,218,142). Sum of RGB (Red+Green+Blue) = 192+218+142=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DA8E is #3F2571. Grayscale: #C9C9C9. Windows color (decimal): -4138354 or 9362112. OLE color: 9362112.
HSL color Cylindrical-coordinate representation of color #C0DA8E: hue angle of 80.53º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0DA8E is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 142 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.15 |
| HSL | 80.53º | 0.51% | 0.71% | - |
| HSV(B) | 80.53º | 0.35% | 0.85% | - |
| XYZ | 51.69 | 63.3 | 35.09 | - |
| YUV | 201.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 142 | 0.12 | 0 | 0.35 | 0.15 | 80.53 | 0.51 | 0.71 |
| Hex | C0 | DA | 8E | C | 0 | 23 | F | 51 | 33 | 47 |
| Octal | 300 | 332 | 216 | 14 | 0 | 43 | 17 | 121 | 63 | 107 |
| Binary | 11000000 | 11011010 | 10001110 | 1100 | 0 | 100011 | 1111 | 1010001 | 110011 | 1000111 |
Color Harmonies of #C0DA8E
Complementary color
Monochromatic Colors of #C0DA8E
Black with #C0DA8E
Text Example
Text Example
White with #C0DA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA8E; }
p { color: rgb(192,218,142); }
H1.HeaderClassName
{
color: #C0DA8E;
}
.AnyTagClassName
{
color: #C0DA8E;
}
</style>
background-color css
<style>
a { background-color: #C0DA8E; }
a { background-color: rgb(192,218,142); }
div.DivClassName
{
background-color: #C0DA8E;
}
.BgClassName
{
background-color: #C0DA8E;
}
</style>
border-color css
<style>
span { border-color: #C0DA8E; }
span { border-color: rgb(192,218,142); }
td.TdClassName
{
border-color: #C0DA8E;
}
.TagClassName
{
border-color: #C0DA8E;
}
</style>