Shades of Sulu #C7FA6A
Tints of Sulu #C7FA6A
RGB
CMYK
RGB Variations
Color information
#C7FA6A (or 0xC7FA6A) is known color: Sulu. HEX triplet: C7, FA and 6A. RGB value is (199,250,106). Sum of RGB (Red+Green+Blue) = 199+250+106=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FA6A is #380595. Grayscale: #DADADA. Windows color (decimal): -3671446 or 7011015. OLE color: 7011015.
HSL color Cylindrical-coordinate representation of color #C7FA6A: hue angle of 81.25º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7FA6A is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 106 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.02 |
| HSL | 81.25º | 0.94% | 0.7% | - |
| HSV(B) | 81.25º | 0.58% | 0.98% | - |
| XYZ | 60.34 | 81.55 | 26.2 | - |
| YUV | 218.34 | 64.6 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 106 | 0.20 | 0 | 0.58 | 0.02 | 81.25 | 0.94 | 0.7 |
| Hex | C7 | FA | 6A | 14 | 0 | 3A | 2 | 51 | 5E | 46 |
| Octal | 307 | 372 | 152 | 24 | 0 | 72 | 2 | 121 | 136 | 106 |
| Binary | 11000111 | 11111010 | 1101010 | 10100 | 0 | 111010 | 10 | 1010001 | 1011110 | 1000110 |
Color Harmonies of #C7FA6A
Complementary color
Monochromatic Colors of #C7FA6A
Black with #C7FA6A
Text Example
Text Example
White with #C7FA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FA6A; }
p { color: rgb(199,250,106); }
H1.HeaderClassName
{
color: #C7FA6A;
}
.AnyTagClassName
{
color: #C7FA6A;
}
</style>
background-color css
<style>
a { background-color: #C7FA6A; }
a { background-color: rgb(199,250,106); }
div.DivClassName
{
background-color: #C7FA6A;
}
.BgClassName
{
background-color: #C7FA6A;
}
</style>
border-color css
<style>
span { border-color: #C7FA6A; }
span { border-color: rgb(199,250,106); }
td.TdClassName
{
border-color: #C7FA6A;
}
.TagClassName
{
border-color: #C7FA6A;
}
</style>