#7FC601

Color #7FC601 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #7FC601

Tints of Citrus #7FC601

Color information

#7FC601 (or 0x7FC601) is unknown color: approx Citrus. HEX triplet: 7F, C6 and 01. RGB value is (127,198,1). Sum of RGB (Red+Green+Blue) = 127+198+1=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 198 (77.73% from 255 or 60.74% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC601 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC601 is #8039FE. Grayscale: #9B9B9B. Windows color (decimal): -8403455 or 116351. OLE color: 116351.

HSL color Cylindrical-coordinate representation of color #7FC601: hue angle of 81.62º degrees, saturation: 0.99, 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 #7FC601 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB1271981-
CMYK0.3600.990.22
HSL81.62º98.99%39.02%-
HSV(B)81.62º99.49%77.65%-
XYZ28.9544.97.17-
YUV154.3141.48108.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 38.96%
GREEN value IS 198 (77.73% from 255) = 60.74%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=38.96%
G=60.74%
B=0.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal12719810.3600.990.2281.6298.9939.02
Hex7FC612406316526327
Octal17730614401432612214347
Binary1111111110001101100100011000111011010100101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FC601; }

 p { color: rgb(127,198,1); }

 H1.HeaderClassName
 {
   color: #7FC601;
 }
 .AnyTagClassName
 {
   color: #7FC601;
 }
</style>
background-color css

<style>
 a { background-color: #7FC601; }

 a { background-color: rgb(127,198,1); }

 div.DivClassName
 {
   background-color: #7FC601;
 }
 .BgClassName
 {
   background-color: #7FC601;
 }
</style>
border-color css

<style>
 span { border-color: #7FC601; }

 span { border-color: rgb(127,198,1); }

 td.TdClassName
 {
   border-color: #7FC601;
 }
 .TagClassName
 {
   border-color: #7FC601;
 }
</style>