Shades of Sulu #C0E683
Tints of Sulu #C0E683
RGB
CMYK
RGB Variations
Color information
#C0E683 (or 0xC0E683) is known color: Sulu. HEX triplet: C0, E6 and 83. RGB value is (192,230,131). Sum of RGB (Red+Green+Blue) = 192+230+131=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E683 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E683 is #3F197C. Grayscale: #CFCFCF. Windows color (decimal): -4135293 or 8644288. OLE color: 8644288.
HSL color Cylindrical-coordinate representation of color #C0E683: hue angle of 83.03º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0E683 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 131 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.10 |
| HSL | 83.03º | 0.66% | 0.71% | - |
| HSV(B) | 83.03º | 0.43% | 0.9% | - |
| XYZ | 54.13 | 69.44 | 32.02 | - |
| YUV | 207.35 | 84.91 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 131 | 0.17 | 0 | 0.43 | 0.10 | 83.03 | 0.66 | 0.71 |
| Hex | C0 | E6 | 83 | 11 | 0 | 2B | A | 53 | 42 | 47 |
| Octal | 300 | 346 | 203 | 21 | 0 | 53 | 12 | 123 | 102 | 107 |
| Binary | 11000000 | 11100110 | 10000011 | 10001 | 0 | 101011 | 1010 | 1010011 | 1000010 | 1000111 |
Color Harmonies of #C0E683
Complementary color
Monochromatic Colors of #C0E683
Black with #C0E683
Text Example
Text Example
White with #C0E683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E683; }
p { color: rgb(192,230,131); }
H1.HeaderClassName
{
color: #C0E683;
}
.AnyTagClassName
{
color: #C0E683;
}
</style>
background-color css
<style>
a { background-color: #C0E683; }
a { background-color: rgb(192,230,131); }
div.DivClassName
{
background-color: #C0E683;
}
.BgClassName
{
background-color: #C0E683;
}
</style>
border-color css
<style>
span { border-color: #C0E683; }
span { border-color: rgb(192,230,131); }
td.TdClassName
{
border-color: #C0E683;
}
.TagClassName
{
border-color: #C0E683;
}
</style>