Shades of Sulu #C0F18D
Tints of Sulu #C0F18D
RGB
CMYK
RGB Variations
Color information
#C0F18D (or 0xC0F18D) is known color: Sulu. HEX triplet: C0, F1 and 8D. RGB value is (192,241,141). Sum of RGB (Red+Green+Blue) = 192+241+141=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F18D is #3F0E72. Grayscale: #D7D7D7. Windows color (decimal): -4132467 or 9302464. OLE color: 9302464.
HSL color Cylindrical-coordinate representation of color #C0F18D: hue angle of 89.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0F18D is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 141 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.05 |
| HSL | 89.4º | 0.78% | 0.75% | - |
| HSV(B) | 89.4º | 0.41% | 0.95% | - |
| XYZ | 58 | 76.04 | 36.82 | - |
| YUV | 214.95 | 86.27 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 141 | 0.20 | 0 | 0.41 | 0.05 | 89.4 | 0.78 | 0.75 |
| Hex | C0 | F1 | 8D | 14 | 0 | 29 | 5 | 59 | 4E | 4B |
| Octal | 300 | 361 | 215 | 24 | 0 | 51 | 5 | 131 | 116 | 113 |
| Binary | 11000000 | 11110001 | 10001101 | 10100 | 0 | 101001 | 101 | 1011001 | 1001110 | 1001011 |
Color Harmonies of #C0F18D
Complementary color
Monochromatic Colors of #C0F18D
Black with #C0F18D
Text Example
Text Example
White with #C0F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F18D; }
p { color: rgb(192,241,141); }
H1.HeaderClassName
{
color: #C0F18D;
}
.AnyTagClassName
{
color: #C0F18D;
}
</style>
background-color css
<style>
a { background-color: #C0F18D; }
a { background-color: rgb(192,241,141); }
div.DivClassName
{
background-color: #C0F18D;
}
.BgClassName
{
background-color: #C0F18D;
}
</style>
border-color css
<style>
span { border-color: #C0F18D; }
span { border-color: rgb(192,241,141); }
td.TdClassName
{
border-color: #C0F18D;
}
.TagClassName
{
border-color: #C0F18D;
}
</style>