Shades of Sulu #C0FE7D
Tints of Sulu #C0FE7D
RGB
CMYK
RGB Variations
Color information
#C0FE7D (or 0xC0FE7D) is known color: Sulu. HEX triplet: C0, FE and 7D. RGB value is (192,254,125). Sum of RGB (Red+Green+Blue) = 192+254+125=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FE7D is #3F0182. Grayscale: #DDDDDD. Windows color (decimal): -4129155 or 8257216. OLE color: 8257216.
HSL color Cylindrical-coordinate representation of color #C0FE7D: hue angle of 88.84º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0FE7D is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 125 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.00 |
| HSL | 88.84º | 0.98% | 0.74% | - |
| HSV(B) | 88.84º | 0.51% | 1% | - |
| XYZ | 60.88 | 83.57 | 32.32 | - |
| YUV | 220.76 | 73.96 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 125 | 0.24 | 0 | 0.51 | 0.00 | 88.84 | 0.98 | 0.74 |
| Hex | C0 | FE | 7D | 18 | 0 | 33 | 0 | 59 | 62 | 4A |
| Octal | 300 | 376 | 175 | 30 | 0 | 63 | 0 | 131 | 142 | 112 |
| Binary | 11000000 | 11111110 | 1111101 | 11000 | 0 | 110011 | 0 | 1011001 | 1100010 | 1001010 |
Color Harmonies of #C0FE7D
Complementary color
Monochromatic Colors of #C0FE7D
Black with #C0FE7D
Text Example
Text Example
White with #C0FE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE7D; }
p { color: rgb(192,254,125); }
H1.HeaderClassName
{
color: #C0FE7D;
}
.AnyTagClassName
{
color: #C0FE7D;
}
</style>
background-color css
<style>
a { background-color: #C0FE7D; }
a { background-color: rgb(192,254,125); }
div.DivClassName
{
background-color: #C0FE7D;
}
.BgClassName
{
background-color: #C0FE7D;
}
</style>
border-color css
<style>
span { border-color: #C0FE7D; }
span { border-color: rgb(192,254,125); }
td.TdClassName
{
border-color: #C0FE7D;
}
.TagClassName
{
border-color: #C0FE7D;
}
</style>