Shades of Sulu #C7FA85
Tints of Sulu #C7FA85
RGB
CMYK
RGB Variations
Color information
#C7FA85 (or 0xC7FA85) is known color: Sulu. HEX triplet: C7, FA and 85. RGB value is (199,250,133). Sum of RGB (Red+Green+Blue) = 199+250+133=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FA85 is #38057A. Grayscale: #DDDDDD. Windows color (decimal): -3671419 or 8780487. OLE color: 8780487.
HSL color Cylindrical-coordinate representation of color #C7FA85: hue angle of 86.15º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7FA85 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 133 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.02 |
| HSL | 86.15º | 0.92% | 0.75% | - |
| HSV(B) | 86.15º | 0.47% | 0.98% | - |
| XYZ | 61.97 | 82.21 | 34.79 | - |
| YUV | 221.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 133 | 0.20 | 0 | 0.47 | 0.02 | 86.15 | 0.92 | 0.75 |
| Hex | C7 | FA | 85 | 14 | 0 | 2F | 2 | 56 | 5C | 4B |
| Octal | 307 | 372 | 205 | 24 | 0 | 57 | 2 | 126 | 134 | 113 |
| Binary | 11000111 | 11111010 | 10000101 | 10100 | 0 | 101111 | 10 | 1010110 | 1011100 | 1001011 |
Color Harmonies of #C7FA85
Complementary color
Monochromatic Colors of #C7FA85
Black with #C7FA85
Text Example
Text Example
White with #C7FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FA85; }
p { color: rgb(199,250,133); }
H1.HeaderClassName
{
color: #C7FA85;
}
.AnyTagClassName
{
color: #C7FA85;
}
</style>
background-color css
<style>
a { background-color: #C7FA85; }
a { background-color: rgb(199,250,133); }
div.DivClassName
{
background-color: #C7FA85;
}
.BgClassName
{
background-color: #C7FA85;
}
</style>
border-color css
<style>
span { border-color: #C7FA85; }
span { border-color: rgb(199,250,133); }
td.TdClassName
{
border-color: #C7FA85;
}
.TagClassName
{
border-color: #C7FA85;
}
</style>