Shades of Sulu #C8F47C
Tints of Sulu #C8F47C
RGB
CMYK
RGB Variations
Color information
#C8F47C (or 0xC8F47C) is known color: Sulu. HEX triplet: C8, F4 and 7C. RGB value is (200,244,124). Sum of RGB (Red+Green+Blue) = 200+244+124=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F47C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F47C is #370B83. Grayscale: #D9D9D9. Windows color (decimal): -3607428 or 8189128. OLE color: 8189128.
HSL color Cylindrical-coordinate representation of color #C8F47C: hue angle of 82º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8F47C is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 244 | 124 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.04 |
| HSL | 82º | 0.85% | 0.72% | - |
| HSV(B) | 82º | 0.49% | 0.96% | - |
| XYZ | 59.81 | 78.44 | 31.06 | - |
| YUV | 217.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 124 | 0.18 | 0 | 0.49 | 0.04 | 82 | 0.85 | 0.72 |
| Hex | C8 | F4 | 7C | 12 | 0 | 31 | 4 | 52 | 55 | 48 |
| Octal | 310 | 364 | 174 | 22 | 0 | 61 | 4 | 122 | 125 | 110 |
| Binary | 11001000 | 11110100 | 1111100 | 10010 | 0 | 110001 | 100 | 1010010 | 1010101 | 1001000 |
Color Harmonies of #C8F47C
Complementary color
Monochromatic Colors of #C8F47C
Black with #C8F47C
Text Example
Text Example
White with #C8F47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F47C; }
p { color: rgb(200,244,124); }
H1.HeaderClassName
{
color: #C8F47C;
}
.AnyTagClassName
{
color: #C8F47C;
}
</style>
background-color css
<style>
a { background-color: #C8F47C; }
a { background-color: rgb(200,244,124); }
div.DivClassName
{
background-color: #C8F47C;
}
.BgClassName
{
background-color: #C8F47C;
}
</style>
border-color css
<style>
span { border-color: #C8F47C; }
span { border-color: rgb(200,244,124); }
td.TdClassName
{
border-color: #C8F47C;
}
.TagClassName
{
border-color: #C8F47C;
}
</style>