Shades of Sulu #C8F17D
Tints of Sulu #C8F17D
RGB
CMYK
RGB Variations
Color information
#C8F17D (or 0xC8F17D) is known color: Sulu. HEX triplet: C8, F1 and 7D. RGB value is (200,241,125). Sum of RGB (Red+Green+Blue) = 200+241+125=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F17D is #370E82. Grayscale: #D7D7D7. Windows color (decimal): -3608195 or 8253896. OLE color: 8253896.
HSL color Cylindrical-coordinate representation of color #C8F17D: hue angle of 81.21º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8F17D is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 125 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.05 |
| HSL | 81.21º | 0.81% | 0.72% | - |
| HSV(B) | 81.21º | 0.48% | 0.95% | - |
| XYZ | 58.98 | 76.67 | 31.09 | - |
| YUV | 215.52 | 76.92 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 125 | 0.17 | 0 | 0.48 | 0.05 | 81.21 | 0.81 | 0.72 |
| Hex | C8 | F1 | 7D | 11 | 0 | 30 | 5 | 51 | 51 | 48 |
| Octal | 310 | 361 | 175 | 21 | 0 | 60 | 5 | 121 | 121 | 110 |
| Binary | 11001000 | 11110001 | 1111101 | 10001 | 0 | 110000 | 101 | 1010001 | 1010001 | 1001000 |
Color Harmonies of #C8F17D
Complementary color
Monochromatic Colors of #C8F17D
Black with #C8F17D
Text Example
Text Example
White with #C8F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F17D; }
p { color: rgb(200,241,125); }
H1.HeaderClassName
{
color: #C8F17D;
}
.AnyTagClassName
{
color: #C8F17D;
}
</style>
background-color css
<style>
a { background-color: #C8F17D; }
a { background-color: rgb(200,241,125); }
div.DivClassName
{
background-color: #C8F17D;
}
.BgClassName
{
background-color: #C8F17D;
}
</style>
border-color css
<style>
span { border-color: #C8F17D; }
span { border-color: rgb(200,241,125); }
td.TdClassName
{
border-color: #C8F17D;
}
.TagClassName
{
border-color: #C8F17D;
}
</style>