Shades of Sulu #C7E975
Tints of Sulu #C7E975
RGB
CMYK
RGB Variations
Color information
#C7E975 (or 0xC7E975) is known color: Sulu. HEX triplet: C7, E9 and 75. RGB value is (199,233,117). Sum of RGB (Red+Green+Blue) = 199+233+117=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7E975 is #38168A. Grayscale: #D2D2D2. Windows color (decimal): -3675787 or 7727559. OLE color: 7727559.
HSL color Cylindrical-coordinate representation of color #C7E975: hue angle of 77.59º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7E975 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 233 | 117 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.09 |
| HSL | 77.59º | 0.73% | 0.69% | - |
| HSV(B) | 77.59º | 0.5% | 0.91% | - |
| XYZ | 55.9 | 71.7 | 27.72 | - |
| YUV | 209.61 | 75.74 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 117 | 0.15 | 0 | 0.50 | 0.09 | 77.59 | 0.73 | 0.69 |
| Hex | C7 | E9 | 75 | F | 0 | 32 | 9 | 4E | 48 | 45 |
| Octal | 307 | 351 | 165 | 17 | 0 | 62 | 11 | 116 | 110 | 105 |
| Binary | 11000111 | 11101001 | 1110101 | 1111 | 0 | 110010 | 1001 | 1001110 | 1001000 | 1000101 |
Color Harmonies of #C7E975
Complementary color
Monochromatic Colors of #C7E975
Black with #C7E975
Text Example
Text Example
White with #C7E975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E975; }
p { color: rgb(199,233,117); }
H1.HeaderClassName
{
color: #C7E975;
}
.AnyTagClassName
{
color: #C7E975;
}
</style>
background-color css
<style>
a { background-color: #C7E975; }
a { background-color: rgb(199,233,117); }
div.DivClassName
{
background-color: #C7E975;
}
.BgClassName
{
background-color: #C7E975;
}
</style>
border-color css
<style>
span { border-color: #C7E975; }
span { border-color: rgb(199,233,117); }
td.TdClassName
{
border-color: #C7E975;
}
.TagClassName
{
border-color: #C7E975;
}
</style>