Shades of Sulu #C8F472
Tints of Sulu #C8F472
RGB
CMYK
RGB Variations
Color information
#C8F472 (or 0xC8F472) is known color: Sulu. HEX triplet: C8, F4 and 72. RGB value is (200,244,114). Sum of RGB (Red+Green+Blue) = 200+244+114=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 244 (95.70% from 255 or 43.73% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F472 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F472 is #370B8D. Grayscale: #D8D8D8. Windows color (decimal): -3607438 or 7533768. OLE color: 7533768.
HSL color Cylindrical-coordinate representation of color #C8F472: hue angle of 80.31º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8F472 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 244 | 114 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.04 |
| HSL | 80.31º | 0.86% | 0.7% | - |
| HSV(B) | 80.31º | 0.53% | 0.96% | - |
| XYZ | 59.21 | 78.2 | 27.89 | - |
| YUV | 216.02 | 70.42 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 114 | 0.18 | 0 | 0.53 | 0.04 | 80.31 | 0.86 | 0.7 |
| Hex | C8 | F4 | 72 | 12 | 0 | 35 | 4 | 50 | 56 | 46 |
| Octal | 310 | 364 | 162 | 22 | 0 | 65 | 4 | 120 | 126 | 106 |
| Binary | 11001000 | 11110100 | 1110010 | 10010 | 0 | 110101 | 100 | 1010000 | 1010110 | 1000110 |
Color Harmonies of #C8F472
Complementary color
Monochromatic Colors of #C8F472
Black with #C8F472
Text Example
Text Example
White with #C8F472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F472; }
p { color: rgb(200,244,114); }
H1.HeaderClassName
{
color: #C8F472;
}
.AnyTagClassName
{
color: #C8F472;
}
</style>
background-color css
<style>
a { background-color: #C8F472; }
a { background-color: rgb(200,244,114); }
div.DivClassName
{
background-color: #C8F472;
}
.BgClassName
{
background-color: #C8F472;
}
</style>
border-color css
<style>
span { border-color: #C8F472; }
span { border-color: rgb(200,244,114); }
td.TdClassName
{
border-color: #C8F472;
}
.TagClassName
{
border-color: #C8F472;
}
</style>