Shades of Sulu #C7E672
Tints of Sulu #C7E672
RGB
CMYK
RGB Variations
Color information
#C7E672 (or 0xC7E672) is known color: Sulu. HEX triplet: C7, E6 and 72. RGB value is (199,230,114). Sum of RGB (Red+Green+Blue) = 199+230+114=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7E672 is #38198D. Grayscale: #CFCFCF. Windows color (decimal): -3676558 or 7530183. OLE color: 7530183.
HSL color Cylindrical-coordinate representation of color #C7E672: hue angle of 76.03º 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 #C7E672 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 230 | 114 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.10 |
| HSL | 76.03º | 0.7% | 0.67% | - |
| HSV(B) | 76.03º | 0.5% | 0.9% | - |
| XYZ | 54.89 | 69.95 | 26.53 | - |
| YUV | 207.51 | 75.23 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 230 | 114 | 0.13 | 0 | 0.50 | 0.10 | 76.03 | 0.7 | 0.67 |
| Hex | C7 | E6 | 72 | D | 0 | 32 | A | 4C | 46 | 43 |
| Octal | 307 | 346 | 162 | 15 | 0 | 62 | 12 | 114 | 106 | 103 |
| Binary | 11000111 | 11100110 | 1110010 | 1101 | 0 | 110010 | 1010 | 1001100 | 1000110 | 1000011 |
Color Harmonies of #C7E672
Complementary color
Monochromatic Colors of #C7E672
Black with #C7E672
Text Example
Text Example
White with #C7E672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E672; }
p { color: rgb(199,230,114); }
H1.HeaderClassName
{
color: #C7E672;
}
.AnyTagClassName
{
color: #C7E672;
}
</style>
background-color css
<style>
a { background-color: #C7E672; }
a { background-color: rgb(199,230,114); }
div.DivClassName
{
background-color: #C7E672;
}
.BgClassName
{
background-color: #C7E672;
}
</style>
border-color css
<style>
span { border-color: #C7E672; }
span { border-color: rgb(199,230,114); }
td.TdClassName
{
border-color: #C7E672;
}
.TagClassName
{
border-color: #C7E672;
}
</style>