Shades of Sulu #C0F984
Tints of Sulu #C0F984
RGB
CMYK
RGB Variations
Color information
#C0F984 (or 0xC0F984) is known color: Sulu. HEX triplet: C0, F9 and 84. RGB value is (192,249,132). Sum of RGB (Red+Green+Blue) = 192+249+132=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F984 is #3F067B. Grayscale: #DBDBDB. Windows color (decimal): -4130428 or 8714688. OLE color: 8714688.
HSL color Cylindrical-coordinate representation of color #C0F984: hue angle of 89.23º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0F984 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 132 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.02 |
| HSL | 89.23º | 0.91% | 0.75% | - |
| HSV(B) | 89.23º | 0.47% | 0.98% | - |
| XYZ | 59.78 | 80.62 | 34.24 | - |
| YUV | 218.62 | 79.12 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 132 | 0.23 | 0 | 0.47 | 0.02 | 89.23 | 0.91 | 0.75 |
| Hex | C0 | F9 | 84 | 17 | 0 | 2F | 2 | 59 | 5B | 4B |
| Octal | 300 | 371 | 204 | 27 | 0 | 57 | 2 | 131 | 133 | 113 |
| Binary | 11000000 | 11111001 | 10000100 | 10111 | 0 | 101111 | 10 | 1011001 | 1011011 | 1001011 |
Color Harmonies of #C0F984
Complementary color
Monochromatic Colors of #C0F984
Black with #C0F984
Text Example
Text Example
White with #C0F984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F984; }
p { color: rgb(192,249,132); }
H1.HeaderClassName
{
color: #C0F984;
}
.AnyTagClassName
{
color: #C0F984;
}
</style>
background-color css
<style>
a { background-color: #C0F984; }
a { background-color: rgb(192,249,132); }
div.DivClassName
{
background-color: #C0F984;
}
.BgClassName
{
background-color: #C0F984;
}
</style>
border-color css
<style>
span { border-color: #C0F984; }
span { border-color: rgb(192,249,132); }
td.TdClassName
{
border-color: #C0F984;
}
.TagClassName
{
border-color: #C0F984;
}
</style>