Html Css Color HEX #7ECE01 Citrus

📋 copy color: '#7ECE01'

red 126 ◦ green 206 ◦ blue 1

#7ECE01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #7ECE01

Tints of Citrus #7ECE01

RGB

 RED value IS 126 (49.61% from 255) = 37.84%

 GREEN value IS 206 (80.86% from 255) = 61.86%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 37.84%
G = 61.86%
B = 0.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#7ECE01 (or 0x7ECE01) is known color: Citrus. HEX triplet: 7E, CE and 01. RGB value is (126,206,1). Sum of RGB (Red+Green+Blue) = 126+206+1=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECE01 is #8131FE. Grayscale: #9F9F9F. Windows color (decimal): -8466943 or 118398. OLE color: 118398.

HSL color Cylindrical-coordinate representation of color #7ECE01: hue angle of 83.41º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7ECE01 is Cyan = 0.39, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 206 1 -
CMYK 0.39 0 1.00 0.19
HSL 83.41º 0.99% 0.41% -
HSV(B) 83.41º 1% 0.81% -
XYZ 30.68 48.58 7.79 -
YUV 158.71 39 104.67 -
System Red Green Blue C M Y K H S L
Decimal 126 206 1 0.39 0 1.00 0.19 83.41 0.99 0.41
Hex 7E CE 1 27 0 64 13 53 63 29
Octal 176 316 1 47 0 144 23 123 143 51
Binary 1111110 11001110 1 100111 0 1100100 10011 1010011 1100011 101001

Color Harmonies of #7ECE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECE01

Black with #7ECE01

Text Example


Text Example

White with #7ECE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ECE01;
 }
 .AnyTagClassName
 {
   color: #7ECE01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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