Shades of Sulu #C8F975
Tints of Sulu #C8F975
RGB
CMYK
RGB Variations
Color information
#C8F975 (or 0xC8F975) is known color: Sulu. HEX triplet: C8, F9 and 75. RGB value is (200,249,117). Sum of RGB (Red+Green+Blue) = 200+249+117=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F975 is #37068A. Grayscale: #DBDBDB. Windows color (decimal): -3606155 or 7731656. OLE color: 7731656.
HSL color Cylindrical-coordinate representation of color #C8F975: hue angle of 82.27º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8F975 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 117 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.02 |
| HSL | 82.27º | 0.92% | 0.72% | - |
| HSV(B) | 82.27º | 0.53% | 0.98% | - |
| XYZ | 60.91 | 81.32 | 29.31 | - |
| YUV | 219.3 | 70.27 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 117 | 0.20 | 0 | 0.53 | 0.02 | 82.27 | 0.92 | 0.72 |
| Hex | C8 | F9 | 75 | 14 | 0 | 35 | 2 | 52 | 5C | 48 |
| Octal | 310 | 371 | 165 | 24 | 0 | 65 | 2 | 122 | 134 | 110 |
| Binary | 11001000 | 11111001 | 1110101 | 10100 | 0 | 110101 | 10 | 1010010 | 1011100 | 1001000 |
Color Harmonies of #C8F975
Complementary color
Monochromatic Colors of #C8F975
Black with #C8F975
Text Example
Text Example
White with #C8F975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F975; }
p { color: rgb(200,249,117); }
H1.HeaderClassName
{
color: #C8F975;
}
.AnyTagClassName
{
color: #C8F975;
}
</style>
background-color css
<style>
a { background-color: #C8F975; }
a { background-color: rgb(200,249,117); }
div.DivClassName
{
background-color: #C8F975;
}
.BgClassName
{
background-color: #C8F975;
}
</style>
border-color css
<style>
span { border-color: #C8F975; }
span { border-color: rgb(200,249,117); }
td.TdClassName
{
border-color: #C8F975;
}
.TagClassName
{
border-color: #C8F975;
}
</style>