Shades of Sulu #C8F974
Tints of Sulu #C8F974
RGB
CMYK
RGB Variations
Color information
#C8F974 (or 0xC8F974) is known color: Sulu. HEX triplet: C8, F9 and 74. RGB value is (200,249,116). Sum of RGB (Red+Green+Blue) = 200+249+116=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F974 is #37068B. Grayscale: #DBDBDB. Windows color (decimal): -3606156 or 7666120. OLE color: 7666120.
HSL color Cylindrical-coordinate representation of color #C8F974: hue angle of 82.11º 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 #C8F974 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 116 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.02 |
| HSL | 82.11º | 0.92% | 0.72% | - |
| HSV(B) | 82.11º | 0.53% | 0.98% | - |
| XYZ | 60.85 | 81.29 | 29.01 | - |
| YUV | 219.19 | 69.77 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 116 | 0.20 | 0 | 0.53 | 0.02 | 82.11 | 0.92 | 0.72 |
| Hex | C8 | F9 | 74 | 14 | 0 | 35 | 2 | 52 | 5C | 48 |
| Octal | 310 | 371 | 164 | 24 | 0 | 65 | 2 | 122 | 134 | 110 |
| Binary | 11001000 | 11111001 | 1110100 | 10100 | 0 | 110101 | 10 | 1010010 | 1011100 | 1001000 |
Color Harmonies of #C8F974
Complementary color
Monochromatic Colors of #C8F974
Black with #C8F974
Text Example
Text Example
White with #C8F974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F974; }
p { color: rgb(200,249,116); }
H1.HeaderClassName
{
color: #C8F974;
}
.AnyTagClassName
{
color: #C8F974;
}
</style>
background-color css
<style>
a { background-color: #C8F974; }
a { background-color: rgb(200,249,116); }
div.DivClassName
{
background-color: #C8F974;
}
.BgClassName
{
background-color: #C8F974;
}
</style>
border-color css
<style>
span { border-color: #C8F974; }
span { border-color: rgb(200,249,116); }
td.TdClassName
{
border-color: #C8F974;
}
.TagClassName
{
border-color: #C8F974;
}
</style>