Shades of Sulu #C7F185
Tints of Sulu #C7F185
RGB
CMYK
RGB Variations
Color information
#C7F185 (or 0xC7F185) is known color: Sulu. HEX triplet: C7, F1 and 85. RGB value is (199,241,133). Sum of RGB (Red+Green+Blue) = 199+241+133=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F185 is #380E7A. Grayscale: #D8D8D8. Windows color (decimal): -3673723 or 8778183. OLE color: 8778183.
HSL color Cylindrical-coordinate representation of color #C7F185: hue angle of 83.33º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7F185 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 241 | 133 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.05 |
| HSL | 83.33º | 0.79% | 0.73% | - |
| HSV(B) | 83.33º | 0.45% | 0.95% | - |
| XYZ | 59.24 | 76.75 | 33.88 | - |
| YUV | 216.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 241 | 133 | 0.17 | 0 | 0.45 | 0.05 | 83.33 | 0.79 | 0.73 |
| Hex | C7 | F1 | 85 | 11 | 0 | 2D | 5 | 53 | 4F | 49 |
| Octal | 307 | 361 | 205 | 21 | 0 | 55 | 5 | 123 | 117 | 111 |
| Binary | 11000111 | 11110001 | 10000101 | 10001 | 0 | 101101 | 101 | 1010011 | 1001111 | 1001001 |
Color Harmonies of #C7F185
Complementary color
Monochromatic Colors of #C7F185
Black with #C7F185
Text Example
Text Example
White with #C7F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F185; }
p { color: rgb(199,241,133); }
H1.HeaderClassName
{
color: #C7F185;
}
.AnyTagClassName
{
color: #C7F185;
}
</style>
background-color css
<style>
a { background-color: #C7F185; }
a { background-color: rgb(199,241,133); }
div.DivClassName
{
background-color: #C7F185;
}
.BgClassName
{
background-color: #C7F185;
}
</style>
border-color css
<style>
span { border-color: #C7F185; }
span { border-color: rgb(199,241,133); }
td.TdClassName
{
border-color: #C7F185;
}
.TagClassName
{
border-color: #C7F185;
}
</style>