Shades of Sulu #C8E470
Tints of Sulu #C8E470
RGB
CMYK
RGB Variations
Color information
#C8E470 (or 0xC8E470) is known color: Sulu. HEX triplet: C8, E4 and 70. RGB value is (200,228,112). Sum of RGB (Red+Green+Blue) = 200+228+112=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #C8E470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E470 is #371B8F. Grayscale: #CECECE. Windows color (decimal): -3611536 or 7398600. OLE color: 7398600.
HSL color Cylindrical-coordinate representation of color #C8E470: hue angle of 74.48º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8E470 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 228 | 112 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.11 |
| HSL | 74.48º | 0.68% | 0.67% | - |
| HSV(B) | 74.48º | 0.51% | 0.89% | - |
| XYZ | 54.49 | 68.94 | 25.76 | - |
| YUV | 206.4 | 74.72 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 228 | 112 | 0.12 | 0 | 0.51 | 0.11 | 74.48 | 0.68 | 0.67 |
| Hex | C8 | E4 | 70 | C | 0 | 33 | B | 4A | 44 | 43 |
| Octal | 310 | 344 | 160 | 14 | 0 | 63 | 13 | 112 | 104 | 103 |
| Binary | 11001000 | 11100100 | 1110000 | 1100 | 0 | 110011 | 1011 | 1001010 | 1000100 | 1000011 |
Color Harmonies of #C8E470
Complementary color
Monochromatic Colors of #C8E470
Black with #C8E470
Text Example
Text Example
White with #C8E470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E470; }
p { color: rgb(200,228,112); }
H1.HeaderClassName
{
color: #C8E470;
}
.AnyTagClassName
{
color: #C8E470;
}
</style>
background-color css
<style>
a { background-color: #C8E470; }
a { background-color: rgb(200,228,112); }
div.DivClassName
{
background-color: #C8E470;
}
.BgClassName
{
background-color: #C8E470;
}
</style>
border-color css
<style>
span { border-color: #C8E470; }
span { border-color: rgb(200,228,112); }
td.TdClassName
{
border-color: #C8E470;
}
.TagClassName
{
border-color: #C8E470;
}
</style>