Shades of Sulu #C0F470
Tints of Sulu #C0F470
RGB
CMYK
RGB Variations
Color information
#C0F470 (or 0xC0F470) is known color: Sulu. HEX triplet: C0, F4 and 70. RGB value is (192,244,112). Sum of RGB (Red+Green+Blue) = 192+244+112=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F470 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F470 is #3F0B8F. Grayscale: #D5D5D5. Windows color (decimal): -4131728 or 7402688. OLE color: 7402688.
HSL color Cylindrical-coordinate representation of color #C0F470: hue angle of 83.64º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0F470 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 112 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.04 |
| HSL | 83.64º | 0.86% | 0.7% | - |
| HSV(B) | 83.64º | 0.54% | 0.96% | - |
| XYZ | 57.01 | 77.08 | 27.2 | - |
| YUV | 213.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 112 | 0.21 | 0 | 0.54 | 0.04 | 83.64 | 0.86 | 0.7 |
| Hex | C0 | F4 | 70 | 15 | 0 | 36 | 4 | 54 | 56 | 46 |
| Octal | 300 | 364 | 160 | 25 | 0 | 66 | 4 | 124 | 126 | 106 |
| Binary | 11000000 | 11110100 | 1110000 | 10101 | 0 | 110110 | 100 | 1010100 | 1010110 | 1000110 |
Color Harmonies of #C0F470
Complementary color
Monochromatic Colors of #C0F470
Black with #C0F470
Text Example
Text Example
White with #C0F470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F470; }
p { color: rgb(192,244,112); }
H1.HeaderClassName
{
color: #C0F470;
}
.AnyTagClassName
{
color: #C0F470;
}
</style>
background-color css
<style>
a { background-color: #C0F470; }
a { background-color: rgb(192,244,112); }
div.DivClassName
{
background-color: #C0F470;
}
.BgClassName
{
background-color: #C0F470;
}
</style>
border-color css
<style>
span { border-color: #C0F470; }
span { border-color: rgb(192,244,112); }
td.TdClassName
{
border-color: #C0F470;
}
.TagClassName
{
border-color: #C0F470;
}
</style>