Shades of Sulu #C8F379
Tints of Sulu #C8F379
RGB
CMYK
RGB Variations
Color information
#C8F379 (or 0xC8F379) is known color: Sulu. HEX triplet: C8, F3 and 79. RGB value is (200,243,121). Sum of RGB (Red+Green+Blue) = 200+243+121=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 121 (47.66% from 255 or 21.45% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F379 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F379 is #370C86. Grayscale: #D8D8D8. Windows color (decimal): -3607687 or 7992264. OLE color: 7992264.
HSL color Cylindrical-coordinate representation of color #C8F379: hue angle of 81.15º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8F379 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 121 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.05 |
| HSL | 81.15º | 0.84% | 0.71% | - |
| HSV(B) | 81.15º | 0.5% | 0.95% | - |
| XYZ | 59.32 | 77.76 | 29.97 | - |
| YUV | 216.24 | 74.25 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 121 | 0.18 | 0 | 0.50 | 0.05 | 81.15 | 0.84 | 0.71 |
| Hex | C8 | F3 | 79 | 12 | 0 | 32 | 5 | 51 | 54 | 47 |
| Octal | 310 | 363 | 171 | 22 | 0 | 62 | 5 | 121 | 124 | 107 |
| Binary | 11001000 | 11110011 | 1111001 | 10010 | 0 | 110010 | 101 | 1010001 | 1010100 | 1000111 |
Color Harmonies of #C8F379
Complementary color
Monochromatic Colors of #C8F379
Black with #C8F379
Text Example
Text Example
White with #C8F379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F379; }
p { color: rgb(200,243,121); }
H1.HeaderClassName
{
color: #C8F379;
}
.AnyTagClassName
{
color: #C8F379;
}
</style>
background-color css
<style>
a { background-color: #C8F379; }
a { background-color: rgb(200,243,121); }
div.DivClassName
{
background-color: #C8F379;
}
.BgClassName
{
background-color: #C8F379;
}
</style>
border-color css
<style>
span { border-color: #C8F379; }
span { border-color: rgb(200,243,121); }
td.TdClassName
{
border-color: #C8F379;
}
.TagClassName
{
border-color: #C8F379;
}
</style>