Shades of Sulu #C8F173
Tints of Sulu #C8F173
RGB
CMYK
RGB Variations
Color information
#C8F173 (or 0xC8F173) is known color: Sulu. HEX triplet: C8, F1 and 73. RGB value is (200,241,115). Sum of RGB (Red+Green+Blue) = 200+241+115=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F173 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F173 is #370E8C. Grayscale: #D6D6D6. Windows color (decimal): -3608205 or 7598536. OLE color: 7598536.
HSL color Cylindrical-coordinate representation of color #C8F173: hue angle of 79.52º 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 #C8F173 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 115 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.05 |
| HSL | 79.52º | 0.82% | 0.7% | - |
| HSV(B) | 79.52º | 0.52% | 0.95% | - |
| XYZ | 58.37 | 76.43 | 27.9 | - |
| YUV | 214.38 | 71.92 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 115 | 0.17 | 0 | 0.52 | 0.05 | 79.52 | 0.82 | 0.7 |
| Hex | C8 | F1 | 73 | 11 | 0 | 34 | 5 | 50 | 52 | 46 |
| Octal | 310 | 361 | 163 | 21 | 0 | 64 | 5 | 120 | 122 | 106 |
| Binary | 11001000 | 11110001 | 1110011 | 10001 | 0 | 110100 | 101 | 1010000 | 1010010 | 1000110 |
Color Harmonies of #C8F173
Complementary color
Monochromatic Colors of #C8F173
Black with #C8F173
Text Example
Text Example
White with #C8F173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F173; }
p { color: rgb(200,241,115); }
H1.HeaderClassName
{
color: #C8F173;
}
.AnyTagClassName
{
color: #C8F173;
}
</style>
background-color css
<style>
a { background-color: #C8F173; }
a { background-color: rgb(200,241,115); }
div.DivClassName
{
background-color: #C8F173;
}
.BgClassName
{
background-color: #C8F173;
}
</style>
border-color css
<style>
span { border-color: #C8F173; }
span { border-color: rgb(200,241,115); }
td.TdClassName
{
border-color: #C8F173;
}
.TagClassName
{
border-color: #C8F173;
}
</style>