Shades of Sulu #C8F774
Tints of Sulu #C8F774
RGB
CMYK
RGB Variations
Color information
#C8F774 (or 0xC8F774) is known color: Sulu. HEX triplet: C8, F7 and 74. RGB value is (200,247,116). Sum of RGB (Red+Green+Blue) = 200+247+116=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 116 (45.70% from 255 or 20.60% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F774 is #37088B. Grayscale: #DADADA. Windows color (decimal): -3606668 or 7665608. OLE color: 7665608.
HSL color Cylindrical-coordinate representation of color #C8F774: hue angle of 81.53º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8F774 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 247 | 116 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.03 |
| HSL | 81.53º | 0.89% | 0.71% | - |
| HSV(B) | 81.53º | 0.53% | 0.97% | - |
| XYZ | 60.23 | 80.06 | 28.8 | - |
| YUV | 218.01 | 70.43 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 247 | 116 | 0.19 | 0 | 0.53 | 0.03 | 81.53 | 0.89 | 0.71 |
| Hex | C8 | F7 | 74 | 13 | 0 | 35 | 3 | 52 | 59 | 47 |
| Octal | 310 | 367 | 164 | 23 | 0 | 65 | 3 | 122 | 131 | 107 |
| Binary | 11001000 | 11110111 | 1110100 | 10011 | 0 | 110101 | 11 | 1010010 | 1011001 | 1000111 |
Color Harmonies of #C8F774
Complementary color
Monochromatic Colors of #C8F774
Black with #C8F774
Text Example
Text Example
White with #C8F774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F774; }
p { color: rgb(200,247,116); }
H1.HeaderClassName
{
color: #C8F774;
}
.AnyTagClassName
{
color: #C8F774;
}
</style>
background-color css
<style>
a { background-color: #C8F774; }
a { background-color: rgb(200,247,116); }
div.DivClassName
{
background-color: #C8F774;
}
.BgClassName
{
background-color: #C8F774;
}
</style>
border-color css
<style>
span { border-color: #C8F774; }
span { border-color: rgb(200,247,116); }
td.TdClassName
{
border-color: #C8F774;
}
.TagClassName
{
border-color: #C8F774;
}
</style>