Shades of Sulu #C0E678
Tints of Sulu #C0E678
RGB
CMYK
RGB Variations
Color information
#C0E678 (or 0xC0E678) is known color: Sulu. HEX triplet: C0, E6 and 78. RGB value is (192,230,120). Sum of RGB (Red+Green+Blue) = 192+230+120=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 120 (47.27% from 255 or 22.14% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E678 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E678 is #3F1987. Grayscale: #CECECE. Windows color (decimal): -4135304 or 7923392. OLE color: 7923392.
HSL color Cylindrical-coordinate representation of color #C0E678: hue angle of 80.73º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0E678 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 120 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.10 |
| HSL | 80.73º | 0.69% | 0.69% | - |
| HSV(B) | 80.73º | 0.48% | 0.9% | - |
| XYZ | 53.43 | 69.16 | 28.3 | - |
| YUV | 206.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 120 | 0.17 | 0 | 0.48 | 0.10 | 80.73 | 0.69 | 0.69 |
| Hex | C0 | E6 | 78 | 11 | 0 | 30 | A | 51 | 45 | 45 |
| Octal | 300 | 346 | 170 | 21 | 0 | 60 | 12 | 121 | 105 | 105 |
| Binary | 11000000 | 11100110 | 1111000 | 10001 | 0 | 110000 | 1010 | 1010001 | 1000101 | 1000101 |
Color Harmonies of #C0E678
Complementary color
Monochromatic Colors of #C0E678
Black with #C0E678
Text Example
Text Example
White with #C0E678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E678; }
p { color: rgb(192,230,120); }
H1.HeaderClassName
{
color: #C0E678;
}
.AnyTagClassName
{
color: #C0E678;
}
</style>
background-color css
<style>
a { background-color: #C0E678; }
a { background-color: rgb(192,230,120); }
div.DivClassName
{
background-color: #C0E678;
}
.BgClassName
{
background-color: #C0E678;
}
</style>
border-color css
<style>
span { border-color: #C0E678; }
span { border-color: rgb(192,230,120); }
td.TdClassName
{
border-color: #C0E678;
}
.TagClassName
{
border-color: #C0E678;
}
</style>