Html Css Color HEX #7EDA8A De York

📋 copy color: '#7EDA8A'

red 126 ◦ green 218 ◦ blue 138

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

Shades of De York #7EDA8A

Tints of De York #7EDA8A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.23%

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 26.14%
G = 45.23%
B = 28.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#7EDA8A (or 0x7EDA8A) is known color: De York. HEX triplet: 7E, DA and 8A. RGB value is (126,218,138). Sum of RGB (Red+Green+Blue) = 126+218+138=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDA8A is #812575. Grayscale: #B5B5B5. Windows color (decimal): -8463734 or 9099902. OLE color: 9099902.

HSL color Cylindrical-coordinate representation of color #7EDA8A: hue angle of 127.83º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDA8A is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 218 138 -
CMYK 0.42 0 0.37 0.15
HSL 127.83º 0.55% 0.67% -
HSV(B) 127.83º 0.42% 0.85% -
XYZ 38.26 56.41 32.92 -
YUV 181.37 103.52 88.5 -
System Red Green Blue C M Y K H S L
Decimal 126 218 138 0.42 0 0.37 0.15 127.83 0.55 0.67
Hex 7E DA 8A 2A 0 25 F 80 37 43
Octal 176 332 212 52 0 45 17 200 67 103
Binary 1111110 11011010 10001010 101010 0 100101 1111 10000000 110111 1000011

Color Harmonies of #7EDA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDA8A

Black with #7EDA8A

Text Example


Text Example

White with #7EDA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,218,138); }

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

background-color css

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

 a { background-color: rgb(126,218,138); }

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

border-color css

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

 span { border-color: rgb(126,218,138); }

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