Shades of Sulu #C8FC74
Tints of Sulu #C8FC74
RGB
CMYK
RGB Variations
Color information
#C8FC74 (or 0xC8FC74) is known color: Sulu. HEX triplet: C8, FC and 74. RGB value is (200,252,116). Sum of RGB (Red+Green+Blue) = 200+252+116=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FC74 is #37038B. Grayscale: #DDDDDD. Windows color (decimal): -3605388 or 7666888. OLE color: 7666888.
HSL color Cylindrical-coordinate representation of color #C8FC74: hue angle of 82.94º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8FC74 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 116 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.01 |
| HSL | 82.94º | 0.96% | 0.72% | - |
| HSV(B) | 82.94º | 0.54% | 0.99% | - |
| XYZ | 61.78 | 83.16 | 29.32 | - |
| YUV | 220.95 | 68.77 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 116 | 0.21 | 0 | 0.54 | 0.01 | 82.94 | 0.96 | 0.72 |
| Hex | C8 | FC | 74 | 15 | 0 | 36 | 1 | 53 | 60 | 48 |
| Octal | 310 | 374 | 164 | 25 | 0 | 66 | 1 | 123 | 140 | 110 |
| Binary | 11001000 | 11111100 | 1110100 | 10101 | 0 | 110110 | 1 | 1010011 | 1100000 | 1001000 |
Color Harmonies of #C8FC74
Complementary color
Monochromatic Colors of #C8FC74
Black with #C8FC74
Text Example
Text Example
White with #C8FC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FC74; }
p { color: rgb(200,252,116); }
H1.HeaderClassName
{
color: #C8FC74;
}
.AnyTagClassName
{
color: #C8FC74;
}
</style>
background-color css
<style>
a { background-color: #C8FC74; }
a { background-color: rgb(200,252,116); }
div.DivClassName
{
background-color: #C8FC74;
}
.BgClassName
{
background-color: #C8FC74;
}
</style>
border-color css
<style>
span { border-color: #C8FC74; }
span { border-color: rgb(200,252,116); }
td.TdClassName
{
border-color: #C8FC74;
}
.TagClassName
{
border-color: #C8FC74;
}
</style>