Shades of Sulu #C7FA6D
Tints of Sulu #C7FA6D
RGB
CMYK
RGB Variations
Color information
#C7FA6D (or 0xC7FA6D) is known color: Sulu. HEX triplet: C7, FA and 6D. RGB value is (199,250,109). Sum of RGB (Red+Green+Blue) = 199+250+109=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FA6D is #380592. Grayscale: #DBDBDB. Windows color (decimal): -3671443 or 7207623. OLE color: 7207623.
HSL color Cylindrical-coordinate representation of color #C7FA6D: hue angle of 81.7º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7FA6D is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 109 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.02 |
| HSL | 81.7º | 0.93% | 0.7% | - |
| HSV(B) | 81.7º | 0.56% | 0.98% | - |
| XYZ | 60.5 | 81.62 | 27.03 | - |
| YUV | 218.68 | 66.1 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 109 | 0.20 | 0 | 0.56 | 0.02 | 81.7 | 0.93 | 0.7 |
| Hex | C7 | FA | 6D | 14 | 0 | 38 | 2 | 52 | 5D | 46 |
| Octal | 307 | 372 | 155 | 24 | 0 | 70 | 2 | 122 | 135 | 106 |
| Binary | 11000111 | 11111010 | 1101101 | 10100 | 0 | 111000 | 10 | 1010010 | 1011101 | 1000110 |
Color Harmonies of #C7FA6D
Complementary color
Monochromatic Colors of #C7FA6D
Black with #C7FA6D
Text Example
Text Example
White with #C7FA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FA6D; }
p { color: rgb(199,250,109); }
H1.HeaderClassName
{
color: #C7FA6D;
}
.AnyTagClassName
{
color: #C7FA6D;
}
</style>
background-color css
<style>
a { background-color: #C7FA6D; }
a { background-color: rgb(199,250,109); }
div.DivClassName
{
background-color: #C7FA6D;
}
.BgClassName
{
background-color: #C7FA6D;
}
</style>
border-color css
<style>
span { border-color: #C7FA6D; }
span { border-color: rgb(199,250,109); }
td.TdClassName
{
border-color: #C7FA6D;
}
.TagClassName
{
border-color: #C7FA6D;
}
</style>