Shades of Sulu #C0F784
Tints of Sulu #C0F784
RGB
CMYK
RGB Variations
Color information
#C0F784 (or 0xC0F784) is known color: Sulu. HEX triplet: C0, F7 and 84. RGB value is (192,247,132). Sum of RGB (Red+Green+Blue) = 192+247+132=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 132 (51.95% from 255 or 23.12% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F784 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F784 is #3F087B. Grayscale: #D9D9D9. Windows color (decimal): -4130940 or 8714176. OLE color: 8714176.
HSL color Cylindrical-coordinate representation of color #C0F784: hue angle of 88.7º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0F784 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 132 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.03 |
| HSL | 88.7º | 0.88% | 0.74% | - |
| HSV(B) | 88.7º | 0.47% | 0.97% | - |
| XYZ | 59.16 | 79.39 | 34.04 | - |
| YUV | 217.45 | 79.78 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 132 | 0.22 | 0 | 0.47 | 0.03 | 88.7 | 0.88 | 0.74 |
| Hex | C0 | F7 | 84 | 16 | 0 | 2F | 3 | 59 | 58 | 4A |
| Octal | 300 | 367 | 204 | 26 | 0 | 57 | 3 | 131 | 130 | 112 |
| Binary | 11000000 | 11110111 | 10000100 | 10110 | 0 | 101111 | 11 | 1011001 | 1011000 | 1001010 |
Color Harmonies of #C0F784
Complementary color
Monochromatic Colors of #C0F784
Black with #C0F784
Text Example
Text Example
White with #C0F784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F784; }
p { color: rgb(192,247,132); }
H1.HeaderClassName
{
color: #C0F784;
}
.AnyTagClassName
{
color: #C0F784;
}
</style>
background-color css
<style>
a { background-color: #C0F784; }
a { background-color: rgb(192,247,132); }
div.DivClassName
{
background-color: #C0F784;
}
.BgClassName
{
background-color: #C0F784;
}
</style>
border-color css
<style>
span { border-color: #C0F784; }
span { border-color: rgb(192,247,132); }
td.TdClassName
{
border-color: #C0F784;
}
.TagClassName
{
border-color: #C0F784;
}
</style>