Shades of Sulu #C7F18D
Tints of Sulu #C7F18D
RGB
CMYK
RGB Variations
Color information
#C7F18D (or 0xC7F18D) is known color: Sulu. HEX triplet: C7, F1 and 8D. RGB value is (199,241,141). Sum of RGB (Red+Green+Blue) = 199+241+141=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F18D is #380E72. Grayscale: #D9D9D9. Windows color (decimal): -3673715 or 9302471. OLE color: 9302471.
HSL color Cylindrical-coordinate representation of color #C7F18D: hue angle of 85.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7F18D is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 241 | 141 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.05 |
| HSL | 85.2º | 0.78% | 0.75% | - |
| HSV(B) | 85.2º | 0.41% | 0.95% | - |
| XYZ | 59.82 | 76.98 | 36.9 | - |
| YUV | 217.04 | 85.09 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 241 | 141 | 0.17 | 0 | 0.41 | 0.05 | 85.2 | 0.78 | 0.75 |
| Hex | C7 | F1 | 8D | 11 | 0 | 29 | 5 | 55 | 4E | 4B |
| Octal | 307 | 361 | 215 | 21 | 0 | 51 | 5 | 125 | 116 | 113 |
| Binary | 11000111 | 11110001 | 10001101 | 10001 | 0 | 101001 | 101 | 1010101 | 1001110 | 1001011 |
Color Harmonies of #C7F18D
Complementary color
Monochromatic Colors of #C7F18D
Black with #C7F18D
Text Example
Text Example
White with #C7F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F18D; }
p { color: rgb(199,241,141); }
H1.HeaderClassName
{
color: #C7F18D;
}
.AnyTagClassName
{
color: #C7F18D;
}
</style>
background-color css
<style>
a { background-color: #C7F18D; }
a { background-color: rgb(199,241,141); }
div.DivClassName
{
background-color: #C7F18D;
}
.BgClassName
{
background-color: #C7F18D;
}
</style>
border-color css
<style>
span { border-color: #C7F18D; }
span { border-color: rgb(199,241,141); }
td.TdClassName
{
border-color: #C7F18D;
}
.TagClassName
{
border-color: #C7F18D;
}
</style>