Shades of Sulu #C0FF6E
Tints of Sulu #C0FF6E
RGB
CMYK
RGB Variations
Color information
#C0FF6E (or 0xC0FF6E) is known color: Sulu. HEX triplet: C0, FF and 6E. RGB value is (192,255,110). Sum of RGB (Red+Green+Blue) = 192+255+110=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF6E is #3F0091. Grayscale: #DCDCDC. Windows color (decimal): -4128914 or 7274432. OLE color: 7274432.
HSL color Cylindrical-coordinate representation of color #C0FF6E: hue angle of 86.07º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0FF6E is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 110 | - |
| CMYK | 0.25 | 0 | 0.57 | 0 |
| HSL | 86.07º | 1% | 0.72% | - |
| HSV(B) | 86.07º | 0.57% | 1% | - |
| XYZ | 60.31 | 83.85 | 27.76 | - |
| YUV | 219.63 | 66.13 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 110 | 0.25 | 0 | 0.57 | 0 | 86.07 | 1 | 0.72 |
| Hex | C0 | FF | 6E | 19 | 0 | 39 | 0 | 56 | 64 | 48 |
| Octal | 300 | 377 | 156 | 31 | 0 | 71 | 0 | 126 | 144 | 110 |
| Binary | 11000000 | 11111111 | 1101110 | 11001 | 0 | 111001 | 0 | 1010110 | 1100100 | 1001000 |
Color Harmonies of #C0FF6E
Complementary color
Monochromatic Colors of #C0FF6E
Black with #C0FF6E
Text Example
Text Example
White with #C0FF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF6E; }
p { color: rgb(192,255,110); }
H1.HeaderClassName
{
color: #C0FF6E;
}
.AnyTagClassName
{
color: #C0FF6E;
}
</style>
background-color css
<style>
a { background-color: #C0FF6E; }
a { background-color: rgb(192,255,110); }
div.DivClassName
{
background-color: #C0FF6E;
}
.BgClassName
{
background-color: #C0FF6E;
}
</style>
border-color css
<style>
span { border-color: #C0FF6E; }
span { border-color: rgb(192,255,110); }
td.TdClassName
{
border-color: #C0FF6E;
}
.TagClassName
{
border-color: #C0FF6E;
}
</style>