Shades of Sulu #C8E672
Tints of Sulu #C8E672
RGB
CMYK
RGB Variations
Color information
#C8E672 (or 0xC8E672) is known color: Sulu. HEX triplet: C8, E6 and 72. RGB value is (200,230,114). Sum of RGB (Red+Green+Blue) = 200+230+114=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #C8E672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8E672 is #37198D. Grayscale: #D0D0D0. Windows color (decimal): -3611022 or 7530184. OLE color: 7530184.
HSL color Cylindrical-coordinate representation of color #C8E672: hue angle of 75.52º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8E672 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 230 | 114 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.10 |
| HSL | 75.52º | 0.7% | 0.67% | - |
| HSV(B) | 75.52º | 0.5% | 0.9% | - |
| XYZ | 55.15 | 70.09 | 26.54 | - |
| YUV | 207.81 | 75.06 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 230 | 114 | 0.13 | 0 | 0.50 | 0.10 | 75.52 | 0.7 | 0.67 |
| Hex | C8 | E6 | 72 | D | 0 | 32 | A | 4C | 46 | 43 |
| Octal | 310 | 346 | 162 | 15 | 0 | 62 | 12 | 114 | 106 | 103 |
| Binary | 11001000 | 11100110 | 1110010 | 1101 | 0 | 110010 | 1010 | 1001100 | 1000110 | 1000011 |
Color Harmonies of #C8E672
Complementary color
Monochromatic Colors of #C8E672
Black with #C8E672
Text Example
Text Example
White with #C8E672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E672; }
p { color: rgb(200,230,114); }
H1.HeaderClassName
{
color: #C8E672;
}
.AnyTagClassName
{
color: #C8E672;
}
</style>
background-color css
<style>
a { background-color: #C8E672; }
a { background-color: rgb(200,230,114); }
div.DivClassName
{
background-color: #C8E672;
}
.BgClassName
{
background-color: #C8E672;
}
</style>
border-color css
<style>
span { border-color: #C8E672; }
span { border-color: rgb(200,230,114); }
td.TdClassName
{
border-color: #C8E672;
}
.TagClassName
{
border-color: #C8E672;
}
</style>