Shades of Sulu #C0FD84
Tints of Sulu #C0FD84
RGB
CMYK
RGB Variations
Color information
#C0FD84 (or 0xC0FD84) is known color: Sulu. HEX triplet: C0, FD and 84. RGB value is (192,253,132). Sum of RGB (Red+Green+Blue) = 192+253+132=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FD84 is #3F027B. Grayscale: #DDDDDD. Windows color (decimal): -4129404 or 8715712. OLE color: 8715712.
HSL color Cylindrical-coordinate representation of color #C0FD84: hue angle of 90.25º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0FD84 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 132 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.01 |
| HSL | 90.25º | 0.97% | 0.75% | - |
| HSV(B) | 90.25º | 0.48% | 0.99% | - |
| XYZ | 61.03 | 83.12 | 34.66 | - |
| YUV | 220.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 132 | 0.24 | 0 | 0.48 | 0.01 | 90.25 | 0.97 | 0.75 |
| Hex | C0 | FD | 84 | 18 | 0 | 30 | 1 | 5A | 61 | 4B |
| Octal | 300 | 375 | 204 | 30 | 0 | 60 | 1 | 132 | 141 | 113 |
| Binary | 11000000 | 11111101 | 10000100 | 11000 | 0 | 110000 | 1 | 1011010 | 1100001 | 1001011 |
Color Harmonies of #C0FD84
Complementary color
Monochromatic Colors of #C0FD84
Black with #C0FD84
Text Example
Text Example
White with #C0FD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD84; }
p { color: rgb(192,253,132); }
H1.HeaderClassName
{
color: #C0FD84;
}
.AnyTagClassName
{
color: #C0FD84;
}
</style>
background-color css
<style>
a { background-color: #C0FD84; }
a { background-color: rgb(192,253,132); }
div.DivClassName
{
background-color: #C0FD84;
}
.BgClassName
{
background-color: #C0FD84;
}
</style>
border-color css
<style>
span { border-color: #C0FD84; }
span { border-color: rgb(192,253,132); }
td.TdClassName
{
border-color: #C0FD84;
}
.TagClassName
{
border-color: #C0FD84;
}
</style>