Shades of Sulu #C7E984
Tints of Sulu #C7E984
RGB
CMYK
RGB Variations
Color information
#C7E984 (or 0xC7E984) is known color: Sulu. HEX triplet: C7, E9 and 84. RGB value is (199,233,132). Sum of RGB (Red+Green+Blue) = 199+233+132=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7E984 is #38167B. Grayscale: #D3D3D3. Windows color (decimal): -3675772 or 8710599. OLE color: 8710599.
HSL color Cylindrical-coordinate representation of color #C7E984: hue angle of 80.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7E984 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 233 | 132 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.09 |
| HSL | 80.2º | 0.7% | 0.72% | - |
| HSV(B) | 80.2º | 0.43% | 0.91% | - |
| XYZ | 56.86 | 72.09 | 32.75 | - |
| YUV | 211.32 | 83.24 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 132 | 0.15 | 0 | 0.43 | 0.09 | 80.2 | 0.7 | 0.72 |
| Hex | C7 | E9 | 84 | F | 0 | 2B | 9 | 50 | 46 | 48 |
| Octal | 307 | 351 | 204 | 17 | 0 | 53 | 11 | 120 | 106 | 110 |
| Binary | 11000111 | 11101001 | 10000100 | 1111 | 0 | 101011 | 1001 | 1010000 | 1000110 | 1001000 |
Color Harmonies of #C7E984
Complementary color
Monochromatic Colors of #C7E984
Black with #C7E984
Text Example
Text Example
White with #C7E984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E984; }
p { color: rgb(199,233,132); }
H1.HeaderClassName
{
color: #C7E984;
}
.AnyTagClassName
{
color: #C7E984;
}
</style>
background-color css
<style>
a { background-color: #C7E984; }
a { background-color: rgb(199,233,132); }
div.DivClassName
{
background-color: #C7E984;
}
.BgClassName
{
background-color: #C7E984;
}
</style>
border-color css
<style>
span { border-color: #C7E984; }
span { border-color: rgb(199,233,132); }
td.TdClassName
{
border-color: #C7E984;
}
.TagClassName
{
border-color: #C7E984;
}
</style>