Shades of Sulu #C7E081
Tints of Sulu #C7E081
RGB
CMYK
RGB Variations
Color information
#C7E081 (or 0xC7E081) is known color: Sulu. HEX triplet: C7, E0 and 81. RGB value is (199,224,129). Sum of RGB (Red+Green+Blue) = 199+224+129=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7E081 is #381F7E. Grayscale: #CECECE. Windows color (decimal): -3678079 or 8511687. OLE color: 8511687.
HSL color Cylindrical-coordinate representation of color #C7E081: hue angle of 75.79º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7E081 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 129 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.12 |
| HSL | 75.79º | 0.61% | 0.69% | - |
| HSV(B) | 75.79º | 0.42% | 0.88% | - |
| XYZ | 54.17 | 67.04 | 30.85 | - |
| YUV | 205.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 129 | 0.11 | 0 | 0.42 | 0.12 | 75.79 | 0.61 | 0.69 |
| Hex | C7 | E0 | 81 | B | 0 | 2A | C | 4C | 3D | 45 |
| Octal | 307 | 340 | 201 | 13 | 0 | 52 | 14 | 114 | 75 | 105 |
| Binary | 11000111 | 11100000 | 10000001 | 1011 | 0 | 101010 | 1100 | 1001100 | 111101 | 1000101 |
Color Harmonies of #C7E081
Complementary color
Monochromatic Colors of #C7E081
Black with #C7E081
Text Example
Text Example
White with #C7E081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E081; }
p { color: rgb(199,224,129); }
H1.HeaderClassName
{
color: #C7E081;
}
.AnyTagClassName
{
color: #C7E081;
}
</style>
background-color css
<style>
a { background-color: #C7E081; }
a { background-color: rgb(199,224,129); }
div.DivClassName
{
background-color: #C7E081;
}
.BgClassName
{
background-color: #C7E081;
}
</style>
border-color css
<style>
span { border-color: #C7E081; }
span { border-color: rgb(199,224,129); }
td.TdClassName
{
border-color: #C7E081;
}
.TagClassName
{
border-color: #C7E081;
}
</style>