Shades of Sulu #C0F173
Tints of Sulu #C0F173
RGB
CMYK
RGB Variations
Color information
#C0F173 (or 0xC0F173) is known color: Sulu. HEX triplet: C0, F1 and 73. RGB value is (192,241,115). Sum of RGB (Red+Green+Blue) = 192+241+115=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F173 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F173 is #3F0E8C. Grayscale: #D4D4D4. Windows color (decimal): -4132493 or 7598528. OLE color: 7598528.
HSL color Cylindrical-coordinate representation of color #C0F173: hue angle of 83.33º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0F173 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 115 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.05 |
| HSL | 83.33º | 0.82% | 0.7% | - |
| HSV(B) | 83.33º | 0.52% | 0.95% | - |
| XYZ | 56.29 | 75.35 | 27.8 | - |
| YUV | 211.99 | 73.27 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 115 | 0.20 | 0 | 0.52 | 0.05 | 83.33 | 0.82 | 0.7 |
| Hex | C0 | F1 | 73 | 14 | 0 | 34 | 5 | 53 | 52 | 46 |
| Octal | 300 | 361 | 163 | 24 | 0 | 64 | 5 | 123 | 122 | 106 |
| Binary | 11000000 | 11110001 | 1110011 | 10100 | 0 | 110100 | 101 | 1010011 | 1010010 | 1000110 |
Color Harmonies of #C0F173
Complementary color
Monochromatic Colors of #C0F173
Black with #C0F173
Text Example
Text Example
White with #C0F173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F173; }
p { color: rgb(192,241,115); }
H1.HeaderClassName
{
color: #C0F173;
}
.AnyTagClassName
{
color: #C0F173;
}
</style>
background-color css
<style>
a { background-color: #C0F173; }
a { background-color: rgb(192,241,115); }
div.DivClassName
{
background-color: #C0F173;
}
.BgClassName
{
background-color: #C0F173;
}
</style>
border-color css
<style>
span { border-color: #C0F173; }
span { border-color: rgb(192,241,115); }
td.TdClassName
{
border-color: #C0F173;
}
.TagClassName
{
border-color: #C0F173;
}
</style>