Shades of Sulu #C0FF64
Tints of Sulu #C0FF64
RGB
CMYK
RGB Variations
Color information
#C0FF64 (or 0xC0FF64) is known color: Sulu. HEX triplet: C0, FF and 64. RGB value is (192,255,100). Sum of RGB (Red+Green+Blue) = 192+255+100=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF64 is #3F009B. Grayscale: #DBDBDB. Windows color (decimal): -4128924 or 6619072. OLE color: 6619072.
HSL color Cylindrical-coordinate representation of color #C0FF64: hue angle of 84.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0FF64 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 100 | - |
| CMYK | 0.25 | 0 | 0.61 | 0 |
| HSL | 84.39º | 1% | 0.7% | - |
| HSV(B) | 84.39º | 0.61% | 1% | - |
| XYZ | 59.8 | 83.65 | 25.05 | - |
| YUV | 218.49 | 61.13 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 100 | 0.25 | 0 | 0.61 | 0 | 84.39 | 1 | 0.7 |
| Hex | C0 | FF | 64 | 19 | 0 | 3D | 0 | 54 | 64 | 46 |
| Octal | 300 | 377 | 144 | 31 | 0 | 75 | 0 | 124 | 144 | 106 |
| Binary | 11000000 | 11111111 | 1100100 | 11001 | 0 | 111101 | 0 | 1010100 | 1100100 | 1000110 |
Color Harmonies of #C0FF64
Complementary color
Monochromatic Colors of #C0FF64
Black with #C0FF64
Text Example
Text Example
White with #C0FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF64; }
p { color: rgb(192,255,100); }
H1.HeaderClassName
{
color: #C0FF64;
}
.AnyTagClassName
{
color: #C0FF64;
}
</style>
background-color css
<style>
a { background-color: #C0FF64; }
a { background-color: rgb(192,255,100); }
div.DivClassName
{
background-color: #C0FF64;
}
.BgClassName
{
background-color: #C0FF64;
}
</style>
border-color css
<style>
span { border-color: #C0FF64; }
span { border-color: rgb(192,255,100); }
td.TdClassName
{
border-color: #C0FF64;
}
.TagClassName
{
border-color: #C0FF64;
}
</style>