Shades of Sulu #C0DF6E
Tints of Sulu #C0DF6E
RGB
CMYK
RGB Variations
Color information
#C0DF6E (or 0xC0DF6E) is known color: Sulu. HEX triplet: C0, DF and 6E. RGB value is (192,223,110). Sum of RGB (Red+Green+Blue) = 192+223+110=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF6E is #3F2091. Grayscale: #C9C9C9. Windows color (decimal): -4137106 or 7266240. OLE color: 7266240.
HSL color Cylindrical-coordinate representation of color #C0DF6E: hue angle of 76.46º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0DF6E is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 110 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.13 |
| HSL | 76.46º | 0.64% | 0.65% | - |
| HSV(B) | 76.46º | 0.51% | 0.87% | - |
| XYZ | 50.94 | 65.11 | 24.63 | - |
| YUV | 200.85 | 76.73 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 110 | 0.14 | 0 | 0.51 | 0.13 | 76.46 | 0.64 | 0.65 |
| Hex | C0 | DF | 6E | E | 0 | 33 | D | 4C | 40 | 41 |
| Octal | 300 | 337 | 156 | 16 | 0 | 63 | 15 | 114 | 100 | 101 |
| Binary | 11000000 | 11011111 | 1101110 | 1110 | 0 | 110011 | 1101 | 1001100 | 1000000 | 1000001 |
Color Harmonies of #C0DF6E
Complementary color
Monochromatic Colors of #C0DF6E
Black with #C0DF6E
Text Example
Text Example
White with #C0DF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF6E; }
p { color: rgb(192,223,110); }
H1.HeaderClassName
{
color: #C0DF6E;
}
.AnyTagClassName
{
color: #C0DF6E;
}
</style>
background-color css
<style>
a { background-color: #C0DF6E; }
a { background-color: rgb(192,223,110); }
div.DivClassName
{
background-color: #C0DF6E;
}
.BgClassName
{
background-color: #C0DF6E;
}
</style>
border-color css
<style>
span { border-color: #C0DF6E; }
span { border-color: rgb(192,223,110); }
td.TdClassName
{
border-color: #C0DF6E;
}
.TagClassName
{
border-color: #C0DF6E;
}
</style>