Shades of Sulu #C0E67D
Tints of Sulu #C0E67D
RGB
CMYK
RGB Variations
Color information
#C0E67D (or 0xC0E67D) is known color: Sulu. HEX triplet: C0, E6 and 7D. RGB value is (192,230,125). Sum of RGB (Red+Green+Blue) = 192+230+125=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E67D is #3F1982. Grayscale: #CFCFCF. Windows color (decimal): -4135299 or 8251072. OLE color: 8251072.
HSL color Cylindrical-coordinate representation of color #C0E67D: hue angle of 81.71º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0E67D is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 125 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.10 |
| HSL | 81.71º | 0.68% | 0.7% | - |
| HSV(B) | 81.71º | 0.46% | 0.9% | - |
| XYZ | 53.74 | 69.28 | 29.94 | - |
| YUV | 206.67 | 81.91 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 125 | 0.17 | 0 | 0.46 | 0.10 | 81.71 | 0.68 | 0.7 |
| Hex | C0 | E6 | 7D | 11 | 0 | 2E | A | 52 | 44 | 46 |
| Octal | 300 | 346 | 175 | 21 | 0 | 56 | 12 | 122 | 104 | 106 |
| Binary | 11000000 | 11100110 | 1111101 | 10001 | 0 | 101110 | 1010 | 1010010 | 1000100 | 1000110 |
Color Harmonies of #C0E67D
Complementary color
Monochromatic Colors of #C0E67D
Black with #C0E67D
Text Example
Text Example
White with #C0E67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E67D; }
p { color: rgb(192,230,125); }
H1.HeaderClassName
{
color: #C0E67D;
}
.AnyTagClassName
{
color: #C0E67D;
}
</style>
background-color css
<style>
a { background-color: #C0E67D; }
a { background-color: rgb(192,230,125); }
div.DivClassName
{
background-color: #C0E67D;
}
.BgClassName
{
background-color: #C0E67D;
}
</style>
border-color css
<style>
span { border-color: #C0E67D; }
span { border-color: rgb(192,230,125); }
td.TdClassName
{
border-color: #C0E67D;
}
.TagClassName
{
border-color: #C0E67D;
}
</style>