Shades of Sulu #C0F16D
Tints of Sulu #C0F16D
RGB
CMYK
RGB Variations
Color information
#C0F16D (or 0xC0F16D) is known color: Sulu. HEX triplet: C0, F1 and 6D. RGB value is (192,241,109). Sum of RGB (Red+Green+Blue) = 192+241+109=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F16D is #3F0E92. Grayscale: #D3D3D3. Windows color (decimal): -4132499 or 7205312. OLE color: 7205312.
HSL color Cylindrical-coordinate representation of color #C0F16D: hue angle of 82.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0F16D is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 109 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.05 |
| HSL | 82.27º | 0.83% | 0.69% | - |
| HSV(B) | 82.27º | 0.55% | 0.95% | - |
| XYZ | 55.95 | 75.22 | 26.04 | - |
| YUV | 211.3 | 70.27 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 109 | 0.20 | 0 | 0.55 | 0.05 | 82.27 | 0.83 | 0.69 |
| Hex | C0 | F1 | 6D | 14 | 0 | 37 | 5 | 52 | 52 | 45 |
| Octal | 300 | 361 | 155 | 24 | 0 | 67 | 5 | 122 | 122 | 105 |
| Binary | 11000000 | 11110001 | 1101101 | 10100 | 0 | 110111 | 101 | 1010010 | 1010010 | 1000101 |
Color Harmonies of #C0F16D
Complementary color
Monochromatic Colors of #C0F16D
Black with #C0F16D
Text Example
Text Example
White with #C0F16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F16D; }
p { color: rgb(192,241,109); }
H1.HeaderClassName
{
color: #C0F16D;
}
.AnyTagClassName
{
color: #C0F16D;
}
</style>
background-color css
<style>
a { background-color: #C0F16D; }
a { background-color: rgb(192,241,109); }
div.DivClassName
{
background-color: #C0F16D;
}
.BgClassName
{
background-color: #C0F16D;
}
</style>
border-color css
<style>
span { border-color: #C0F16D; }
span { border-color: rgb(192,241,109); }
td.TdClassName
{
border-color: #C0F16D;
}
.TagClassName
{
border-color: #C0F16D;
}
</style>