Shades of Sulu #C0F38E
Tints of Sulu #C0F38E
RGB
CMYK
RGB Variations
Color information
#C0F38E (or 0xC0F38E) is known color: Sulu. HEX triplet: C0, F3 and 8E. RGB value is (192,243,142). Sum of RGB (Red+Green+Blue) = 192+243+142=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F38E is #3F0C71. Grayscale: #D8D8D8. Windows color (decimal): -4131954 or 9368512. OLE color: 9368512.
HSL color Cylindrical-coordinate representation of color #C0F38E: hue angle of 90.3º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0F38E is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 142 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.05 |
| HSL | 90.3º | 0.81% | 0.75% | - |
| HSV(B) | 90.3º | 0.42% | 0.95% | - |
| XYZ | 58.67 | 77.26 | 37.41 | - |
| YUV | 216.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 142 | 0.21 | 0 | 0.42 | 0.05 | 90.3 | 0.81 | 0.75 |
| Hex | C0 | F3 | 8E | 15 | 0 | 2A | 5 | 5A | 51 | 4B |
| Octal | 300 | 363 | 216 | 25 | 0 | 52 | 5 | 132 | 121 | 113 |
| Binary | 11000000 | 11110011 | 10001110 | 10101 | 0 | 101010 | 101 | 1011010 | 1010001 | 1001011 |
Color Harmonies of #C0F38E
Complementary color
Monochromatic Colors of #C0F38E
Black with #C0F38E
Text Example
Text Example
White with #C0F38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F38E; }
p { color: rgb(192,243,142); }
H1.HeaderClassName
{
color: #C0F38E;
}
.AnyTagClassName
{
color: #C0F38E;
}
</style>
background-color css
<style>
a { background-color: #C0F38E; }
a { background-color: rgb(192,243,142); }
div.DivClassName
{
background-color: #C0F38E;
}
.BgClassName
{
background-color: #C0F38E;
}
</style>
border-color css
<style>
span { border-color: #C0F38E; }
span { border-color: rgb(192,243,142); }
td.TdClassName
{
border-color: #C0F38E;
}
.TagClassName
{
border-color: #C0F38E;
}
</style>