Shades of Sulu #C8F47A
Tints of Sulu #C8F47A
RGB
CMYK
RGB Variations
Color information
#C8F47A (or 0xC8F47A) is known color: Sulu. HEX triplet: C8, F4 and 7A. RGB value is (200,244,122). Sum of RGB (Red+Green+Blue) = 200+244+122=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F47A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F47A is #370B85. Grayscale: #D9D9D9. Windows color (decimal): -3607430 or 8058056. OLE color: 8058056.
HSL color Cylindrical-coordinate representation of color #C8F47A: hue angle of 81.64º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8F47A is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 244 | 122 | - |
| CMYK | 0.18 | 0 | 0.5 | 0.04 |
| HSL | 81.64º | 0.85% | 0.72% | - |
| HSV(B) | 81.64º | 0.5% | 0.96% | - |
| XYZ | 59.68 | 78.39 | 30.4 | - |
| YUV | 216.94 | 74.42 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 122 | 0.18 | 0 | 0.5 | 0.04 | 81.64 | 0.85 | 0.72 |
| Hex | C8 | F4 | 7A | 12 | 0 | 32 | 4 | 52 | 55 | 48 |
| Octal | 310 | 364 | 172 | 22 | 0 | 62 | 4 | 122 | 125 | 110 |
| Binary | 11001000 | 11110100 | 1111010 | 10010 | 0 | 110010 | 100 | 1010010 | 1010101 | 1001000 |
Color Harmonies of #C8F47A
Complementary color
Monochromatic Colors of #C8F47A
Black with #C8F47A
Text Example
Text Example
White with #C8F47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F47A; }
p { color: rgb(200,244,122); }
H1.HeaderClassName
{
color: #C8F47A;
}
.AnyTagClassName
{
color: #C8F47A;
}
</style>
background-color css
<style>
a { background-color: #C8F47A; }
a { background-color: rgb(200,244,122); }
div.DivClassName
{
background-color: #C8F47A;
}
.BgClassName
{
background-color: #C8F47A;
}
</style>
border-color css
<style>
span { border-color: #C8F47A; }
span { border-color: rgb(200,244,122); }
td.TdClassName
{
border-color: #C8F47A;
}
.TagClassName
{
border-color: #C8F47A;
}
</style>