Shades of Sulu #C0F170
Tints of Sulu #C0F170
RGB
CMYK
RGB Variations
Color information
#C0F170 (or 0xC0F170) is known color: Sulu. HEX triplet: C0, F1 and 70. RGB value is (192,241,112). Sum of RGB (Red+Green+Blue) = 192+241+112=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F170 is #3F0E8F. Grayscale: #D4D4D4. Windows color (decimal): -4132496 or 7401920. OLE color: 7401920.
HSL color Cylindrical-coordinate representation of color #C0F170: hue angle of 82.79º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0F170 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 112 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.05 |
| HSL | 82.79º | 0.82% | 0.69% | - |
| HSV(B) | 82.79º | 0.54% | 0.95% | - |
| XYZ | 56.12 | 75.29 | 26.9 | - |
| YUV | 211.64 | 71.77 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 112 | 0.20 | 0 | 0.54 | 0.05 | 82.79 | 0.82 | 0.69 |
| Hex | C0 | F1 | 70 | 14 | 0 | 36 | 5 | 53 | 52 | 45 |
| Octal | 300 | 361 | 160 | 24 | 0 | 66 | 5 | 123 | 122 | 105 |
| Binary | 11000000 | 11110001 | 1110000 | 10100 | 0 | 110110 | 101 | 1010011 | 1010010 | 1000101 |
Color Harmonies of #C0F170
Complementary color
Monochromatic Colors of #C0F170
Black with #C0F170
Text Example
Text Example
White with #C0F170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F170; }
p { color: rgb(192,241,112); }
H1.HeaderClassName
{
color: #C0F170;
}
.AnyTagClassName
{
color: #C0F170;
}
</style>
background-color css
<style>
a { background-color: #C0F170; }
a { background-color: rgb(192,241,112); }
div.DivClassName
{
background-color: #C0F170;
}
.BgClassName
{
background-color: #C0F170;
}
</style>
border-color css
<style>
span { border-color: #C0F170; }
span { border-color: rgb(192,241,112); }
td.TdClassName
{
border-color: #C0F170;
}
.TagClassName
{
border-color: #C0F170;
}
</style>