Shades of Sulu #C0FD7D
Tints of Sulu #C0FD7D
RGB
CMYK
RGB Variations
Color information
#C0FD7D (or 0xC0FD7D) is known color: Sulu. HEX triplet: C0, FD and 7D. RGB value is (192,253,125). Sum of RGB (Red+Green+Blue) = 192+253+125=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FD7D is #3F0282. Grayscale: #DCDCDC. Windows color (decimal): -4129411 or 8256960. OLE color: 8256960.
HSL color Cylindrical-coordinate representation of color #C0FD7D: hue angle of 88.59º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0FD7D is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 125 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.01 |
| HSL | 88.59º | 0.97% | 0.74% | - |
| HSV(B) | 88.59º | 0.51% | 0.99% | - |
| XYZ | 60.57 | 82.94 | 32.22 | - |
| YUV | 220.17 | 74.29 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 125 | 0.24 | 0 | 0.51 | 0.01 | 88.59 | 0.97 | 0.74 |
| Hex | C0 | FD | 7D | 18 | 0 | 33 | 1 | 59 | 61 | 4A |
| Octal | 300 | 375 | 175 | 30 | 0 | 63 | 1 | 131 | 141 | 112 |
| Binary | 11000000 | 11111101 | 1111101 | 11000 | 0 | 110011 | 1 | 1011001 | 1100001 | 1001010 |
Color Harmonies of #C0FD7D
Complementary color
Monochromatic Colors of #C0FD7D
Black with #C0FD7D
Text Example
Text Example
White with #C0FD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD7D; }
p { color: rgb(192,253,125); }
H1.HeaderClassName
{
color: #C0FD7D;
}
.AnyTagClassName
{
color: #C0FD7D;
}
</style>
background-color css
<style>
a { background-color: #C0FD7D; }
a { background-color: rgb(192,253,125); }
div.DivClassName
{
background-color: #C0FD7D;
}
.BgClassName
{
background-color: #C0FD7D;
}
</style>
border-color css
<style>
span { border-color: #C0FD7D; }
span { border-color: rgb(192,253,125); }
td.TdClassName
{
border-color: #C0FD7D;
}
.TagClassName
{
border-color: #C0FD7D;
}
</style>