Shades of Sulu #C0F664
Tints of Sulu #C0F664
RGB
CMYK
RGB Variations
Color information
#C0F664 (or 0xC0F664) is known color: Sulu. HEX triplet: C0, F6 and 64. RGB value is (192,246,100). Sum of RGB (Red+Green+Blue) = 192+246+100=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F664 is #3F099B. Grayscale: #D5D5D5. Windows color (decimal): -4131228 or 6616768. OLE color: 6616768.
HSL color Cylindrical-coordinate representation of color #C0F664: hue angle of 82.19º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0F664 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 100 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.04 |
| HSL | 82.19º | 0.89% | 0.68% | - |
| HSV(B) | 82.19º | 0.59% | 0.96% | - |
| XYZ | 56.99 | 78.04 | 24.12 | - |
| YUV | 213.21 | 64.11 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 100 | 0.22 | 0 | 0.59 | 0.04 | 82.19 | 0.89 | 0.68 |
| Hex | C0 | F6 | 64 | 16 | 0 | 3B | 4 | 52 | 59 | 44 |
| Octal | 300 | 366 | 144 | 26 | 0 | 73 | 4 | 122 | 131 | 104 |
| Binary | 11000000 | 11110110 | 1100100 | 10110 | 0 | 111011 | 100 | 1010010 | 1011001 | 1000100 |
Color Harmonies of #C0F664
Complementary color
Monochromatic Colors of #C0F664
Black with #C0F664
Text Example
Text Example
White with #C0F664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F664; }
p { color: rgb(192,246,100); }
H1.HeaderClassName
{
color: #C0F664;
}
.AnyTagClassName
{
color: #C0F664;
}
</style>
background-color css
<style>
a { background-color: #C0F664; }
a { background-color: rgb(192,246,100); }
div.DivClassName
{
background-color: #C0F664;
}
.BgClassName
{
background-color: #C0F664;
}
</style>
border-color css
<style>
span { border-color: #C0F664; }
span { border-color: rgb(192,246,100); }
td.TdClassName
{
border-color: #C0F664;
}
.TagClassName
{
border-color: #C0F664;
}
</style>