#7ECC01

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

Shades of Citrus #7ECC01

Tints of Citrus #7ECC01

Color information

#7ECC01 (or 0x7ECC01) is unknown color: approx Citrus. HEX triplet: 7E, CC and 01. RGB value is (126,204,1). Sum of RGB (Red+Green+Blue) = 126+204+1=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 204 (80.08% from 255 or 61.63% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECC01 is #8133FE. Grayscale: #9E9E9E. Windows color (decimal): -8467455 or 117886. OLE color: 117886.

HSL color Cylindrical-coordinate representation of color #7ECC01: hue angle of 83.05º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7ECC01 is Cyan = 0.38, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB1262041-
CMYK0.3801.000.2
HSL83.05º99.02%40.2%-
HSV(B)83.05º99.51%80%-
XYZ30.247.627.63-
YUV157.5439.66105.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.07%
GREEN value IS 204 (80.08% from 255) = 61.63%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=38.07%
G=61.63%
B=0.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12620410.3801.000.283.0599.0240.2
Hex7ECC12606414536328
Octal17631414601442412314350
Binary1111110110011001100110011001001010010100111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,204,1); }

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

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

 a { background-color: rgb(126,204,1); }

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

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

 span { border-color: rgb(126,204,1); }

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