Shades of Citrus #7FC702
Tints of Citrus #7FC702
RGB
CMYK
RGB Variations
Color information
#7FC702 (or 0x7FC702) is known color: Citrus. HEX triplet: 7F, C7 and 02. RGB value is (127,199,2). Sum of RGB (Red+Green+Blue) = 127+199+2=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 199 (78.12% from 255 or 60.67% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 199 - color contains mainly: green. Hex color #7FC702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC702 is #8038FD. Grayscale: #9B9B9B. Windows color (decimal): -8403198 or 182143. OLE color: 182143.
HSL color Cylindrical-coordinate representation of color #7FC702: hue angle of 81.93º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7FC702 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 199 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.22 |
| HSL | 81.93º | 0.98% | 0.39% | - |
| HSV(B) | 81.93º | 0.99% | 0.78% | - |
| XYZ | 29.19 | 45.36 | 7.28 | - |
| YUV | 155.01 | 41.65 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 199 | 2 | 0.36 | 0 | 0.99 | 0.22 | 81.93 | 0.98 | 0.39 |
| Hex | 7F | C7 | 2 | 24 | 0 | 63 | 16 | 52 | 62 | 27 |
| Octal | 177 | 307 | 2 | 44 | 0 | 143 | 26 | 122 | 142 | 47 |
| Binary | 1111111 | 11000111 | 10 | 100100 | 0 | 1100011 | 10110 | 1010010 | 1100010 | 100111 |
Color Harmonies of #7FC702
Complementary color
Monochromatic Colors of #7FC702
Black with #7FC702
Text Example
Text Example
White with #7FC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC702; }
p { color: rgb(127,199,2); }
H1.HeaderClassName
{
color: #7FC702;
}
.AnyTagClassName
{
color: #7FC702;
}
</style>
background-color css
<style>
a { background-color: #7FC702; }
a { background-color: rgb(127,199,2); }
div.DivClassName
{
background-color: #7FC702;
}
.BgClassName
{
background-color: #7FC702;
}
</style>
border-color css
<style>
span { border-color: #7FC702; }
span { border-color: rgb(127,199,2); }
td.TdClassName
{
border-color: #7FC702;
}
.TagClassName
{
border-color: #7FC702;
}
</style>