Shades of Sulu #C0F474
Tints of Sulu #C0F474
RGB
CMYK
RGB Variations
Color information
#C0F474 (or 0xC0F474) is known color: Sulu. HEX triplet: C0, F4 and 74. RGB value is (192,244,116). Sum of RGB (Red+Green+Blue) = 192+244+116=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 244 (95.70% from 255 or 44.20% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F474 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F474 is #3F0B8B. Grayscale: #D6D6D6. Windows color (decimal): -4131724 or 7664832. OLE color: 7664832.
HSL color Cylindrical-coordinate representation of color #C0F474: hue angle of 84.38º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0F474 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 116 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.04 |
| HSL | 84.38º | 0.85% | 0.71% | - |
| HSV(B) | 84.38º | 0.52% | 0.96% | - |
| XYZ | 57.24 | 77.17 | 28.4 | - |
| YUV | 213.86 | 72.77 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 116 | 0.21 | 0 | 0.52 | 0.04 | 84.38 | 0.85 | 0.71 |
| Hex | C0 | F4 | 74 | 15 | 0 | 34 | 4 | 54 | 55 | 47 |
| Octal | 300 | 364 | 164 | 25 | 0 | 64 | 4 | 124 | 125 | 107 |
| Binary | 11000000 | 11110100 | 1110100 | 10101 | 0 | 110100 | 100 | 1010100 | 1010101 | 1000111 |
Color Harmonies of #C0F474
Complementary color
Monochromatic Colors of #C0F474
Black with #C0F474
Text Example
Text Example
White with #C0F474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F474; }
p { color: rgb(192,244,116); }
H1.HeaderClassName
{
color: #C0F474;
}
.AnyTagClassName
{
color: #C0F474;
}
</style>
background-color css
<style>
a { background-color: #C0F474; }
a { background-color: rgb(192,244,116); }
div.DivClassName
{
background-color: #C0F474;
}
.BgClassName
{
background-color: #C0F474;
}
</style>
border-color css
<style>
span { border-color: #C0F474; }
span { border-color: rgb(192,244,116); }
td.TdClassName
{
border-color: #C0F474;
}
.TagClassName
{
border-color: #C0F474;
}
</style>