Html Css Color HEX #7ED094 De York

📋 copy color: '#7ED094'

red 126 ◦ green 208 ◦ blue 148

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

Shades of De York #7ED094

Tints of De York #7ED094

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.15%

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

R = 26.14%
G = 43.15%
B = 30.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#7ED094 (or 0x7ED094) is known color: De York. HEX triplet: 7E, D0 and 94. RGB value is (126,208,148). Sum of RGB (Red+Green+Blue) = 126+208+148=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED094 is #812F6B. Grayscale: #B0B0B0. Windows color (decimal): -8466284 or 9752702. OLE color: 9752702.

HSL color Cylindrical-coordinate representation of color #7ED094: hue angle of 136.1º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED094 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 208 148 -
CMYK 0.39 0 0.29 0.18
HSL 136.1º 0.47% 0.65% -
HSV(B) 136.1º 0.39% 0.82% -
XYZ 36.51 51.69 36.07 -
YUV 176.64 111.83 91.88 -
System Red Green Blue C M Y K H S L
Decimal 126 208 148 0.39 0 0.29 0.18 136.1 0.47 0.65
Hex 7E D0 94 27 0 1D 12 88 2F 41
Octal 176 320 224 47 0 35 22 210 57 101
Binary 1111110 11010000 10010100 100111 0 11101 10010 10001000 101111 1000001

Color Harmonies of #7ED094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED094

Black with #7ED094

Text Example


Text Example

White with #7ED094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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