Html Css Color HEX #7ECD94 De York

📋 copy color: '#7ECD94'

red 126 ◦ green 205 ◦ blue 148

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

Shades of De York #7ECD94

Tints of De York #7ECD94

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.8%

 BLUE value IS 148 (58.2% from 255) = 30.9%

R = 26.3%
G = 42.8%
B = 30.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#7ECD94 (or 0x7ECD94) is known color: De York. HEX triplet: 7E, CD and 94. RGB value is (126,205,148). Sum of RGB (Red+Green+Blue) = 126+205+148=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECD94 is #81326B. Grayscale: #AFAFAF. Windows color (decimal): -8467052 or 9751934. OLE color: 9751934.

HSL color Cylindrical-coordinate representation of color #7ECD94: hue angle of 136.71º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECD94 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 205 148 -
CMYK 0.39 0 0.28 0.20
HSL 136.71º 0.44% 0.65% -
HSV(B) 136.71º 0.39% 0.8% -
XYZ 35.78 50.24 35.83 -
YUV 174.88 112.83 93.13 -
System Red Green Blue C M Y K H S L
Decimal 126 205 148 0.39 0 0.28 0.20 136.71 0.44 0.65
Hex 7E CD 94 27 0 1C 14 89 2C 41
Octal 176 315 224 47 0 34 24 211 54 101
Binary 1111110 11001101 10010100 100111 0 11100 10100 10001001 101100 1000001

Color Harmonies of #7ECD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECD94

Black with #7ECD94

Text Example


Text Example

White with #7ECD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,205,148); }

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

background-color css

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

 a { background-color: rgb(126,205,148); }

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

border-color css

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

 span { border-color: rgb(126,205,148); }

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