Shades of Sulu #C0E67A
Tints of Sulu #C0E67A
RGB
CMYK
RGB Variations
Color information
#C0E67A (or 0xC0E67A) is known color: Sulu. HEX triplet: C0, E6 and 7A. RGB value is (192,230,122). Sum of RGB (Red+Green+Blue) = 192+230+122=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E67A is #3F1985. Grayscale: #CECECE. Windows color (decimal): -4135302 or 8054464. OLE color: 8054464.
HSL color Cylindrical-coordinate representation of color #C0E67A: hue angle of 81.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 #C0E67A is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 122 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.10 |
| HSL | 81.11º | 0.68% | 0.69% | - |
| HSV(B) | 81.11º | 0.47% | 0.9% | - |
| XYZ | 53.55 | 69.21 | 28.95 | - |
| YUV | 206.33 | 80.41 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 122 | 0.17 | 0 | 0.47 | 0.10 | 81.11 | 0.68 | 0.69 |
| Hex | C0 | E6 | 7A | 11 | 0 | 2F | A | 51 | 44 | 45 |
| Octal | 300 | 346 | 172 | 21 | 0 | 57 | 12 | 121 | 104 | 105 |
| Binary | 11000000 | 11100110 | 1111010 | 10001 | 0 | 101111 | 1010 | 1010001 | 1000100 | 1000101 |
Color Harmonies of #C0E67A
Complementary color
Monochromatic Colors of #C0E67A
Black with #C0E67A
Text Example
Text Example
White with #C0E67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E67A; }
p { color: rgb(192,230,122); }
H1.HeaderClassName
{
color: #C0E67A;
}
.AnyTagClassName
{
color: #C0E67A;
}
</style>
background-color css
<style>
a { background-color: #C0E67A; }
a { background-color: rgb(192,230,122); }
div.DivClassName
{
background-color: #C0E67A;
}
.BgClassName
{
background-color: #C0E67A;
}
</style>
border-color css
<style>
span { border-color: #C0E67A; }
span { border-color: rgb(192,230,122); }
td.TdClassName
{
border-color: #C0E67A;
}
.TagClassName
{
border-color: #C0E67A;
}
</style>