Shades of Sulu #C0FE64
Tints of Sulu #C0FE64
RGB
CMYK
RGB Variations
Color information
#C0FE64 (or 0xC0FE64) is known color: Sulu. HEX triplet: C0, FE and 64. RGB value is (192,254,100). Sum of RGB (Red+Green+Blue) = 192+254+100=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FE64 is #3F019B. Grayscale: #DADADA. Windows color (decimal): -4129180 or 6618816. OLE color: 6618816.
HSL color Cylindrical-coordinate representation of color #C0FE64: hue angle of 84.16º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0FE64 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 100 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.00 |
| HSL | 84.16º | 0.99% | 0.69% | - |
| HSV(B) | 84.16º | 0.61% | 1% | - |
| XYZ | 59.48 | 83.01 | 24.94 | - |
| YUV | 217.91 | 61.46 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 100 | 0.24 | 0 | 0.61 | 0.00 | 84.16 | 0.99 | 0.69 |
| Hex | C0 | FE | 64 | 18 | 0 | 3D | 0 | 54 | 63 | 45 |
| Octal | 300 | 376 | 144 | 30 | 0 | 75 | 0 | 124 | 143 | 105 |
| Binary | 11000000 | 11111110 | 1100100 | 11000 | 0 | 111101 | 0 | 1010100 | 1100011 | 1000101 |
Color Harmonies of #C0FE64
Complementary color
Monochromatic Colors of #C0FE64
Black with #C0FE64
Text Example
Text Example
White with #C0FE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE64; }
p { color: rgb(192,254,100); }
H1.HeaderClassName
{
color: #C0FE64;
}
.AnyTagClassName
{
color: #C0FE64;
}
</style>
background-color css
<style>
a { background-color: #C0FE64; }
a { background-color: rgb(192,254,100); }
div.DivClassName
{
background-color: #C0FE64;
}
.BgClassName
{
background-color: #C0FE64;
}
</style>
border-color css
<style>
span { border-color: #C0FE64; }
span { border-color: rgb(192,254,100); }
td.TdClassName
{
border-color: #C0FE64;
}
.TagClassName
{
border-color: #C0FE64;
}
</style>