Shades of Citrus #7FC401
Tints of Citrus #7FC401
RGB
CMYK
RGB Variations
Color information
#7FC401 (or 0x7FC401) is known color: Citrus. HEX triplet: 7F, C4 and 01. RGB value is (127,196,1). Sum of RGB (Red+Green+Blue) = 127+196+1=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 196 (76.95% from 255 or 60.49% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC401 is #803BFE. Grayscale: #999999. Windows color (decimal): -8403967 or 115839. OLE color: 115839.
HSL color Cylindrical-coordinate representation of color #7FC401: hue angle of 81.23º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7FC401 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 196 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.23 |
| HSL | 81.23º | 0.99% | 0.39% | - |
| HSV(B) | 81.23º | 0.99% | 0.77% | - |
| XYZ | 28.5 | 43.99 | 7.02 | - |
| YUV | 153.14 | 42.14 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 196 | 1 | 0.35 | 0 | 0.99 | 0.23 | 81.23 | 0.99 | 0.39 |
| Hex | 7F | C4 | 1 | 23 | 0 | 63 | 17 | 51 | 63 | 27 |
| Octal | 177 | 304 | 1 | 43 | 0 | 143 | 27 | 121 | 143 | 47 |
| Binary | 1111111 | 11000100 | 1 | 100011 | 0 | 1100011 | 10111 | 1010001 | 1100011 | 100111 |
Color Harmonies of #7FC401
Complementary color
Monochromatic Colors of #7FC401
Black with #7FC401
Text Example
Text Example
White with #7FC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC401; }
p { color: rgb(127,196,1); }
H1.HeaderClassName
{
color: #7FC401;
}
.AnyTagClassName
{
color: #7FC401;
}
</style>
background-color css
<style>
a { background-color: #7FC401; }
a { background-color: rgb(127,196,1); }
div.DivClassName
{
background-color: #7FC401;
}
.BgClassName
{
background-color: #7FC401;
}
</style>
border-color css
<style>
span { border-color: #7FC401; }
span { border-color: rgb(127,196,1); }
td.TdClassName
{
border-color: #7FC401;
}
.TagClassName
{
border-color: #7FC401;
}
</style>