Html Css Color HEX #7ED68C De York

📋 copy color: '#7ED68C'

red 126 ◦ green 214 ◦ blue 140

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

Shades of De York #7ED68C

Tints of De York #7ED68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.58%

 BLUE value IS 140 (55.08% from 255) = 29.17%

R = 26.25%
G = 44.58%
B = 29.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#7ED68C (or 0x7ED68C) is known color: De York. HEX triplet: 7E, D6 and 8C. RGB value is (126,214,140). Sum of RGB (Red+Green+Blue) = 126+214+140=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED68C is #812973. Grayscale: #B3B3B3. Windows color (decimal): -8464756 or 9229950. OLE color: 9229950.

HSL color Cylindrical-coordinate representation of color #7ED68C: hue angle of 129.55º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED68C is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 126 214 140 -
CMYK 0.41 0 0.35 0.16
HSL 129.55º 0.52% 0.67% -
HSV(B) 129.55º 0.41% 0.84% -
XYZ 37.38 54.42 33.35 -
YUV 179.25 105.85 90.02 -
System Red Green Blue C M Y K H S L
Decimal 126 214 140 0.41 0 0.35 0.16 129.55 0.52 0.67
Hex 7E D6 8C 29 0 23 10 82 34 43
Octal 176 326 214 51 0 43 20 202 64 103
Binary 1111110 11010110 10001100 101001 0 100011 10000 10000010 110100 1000011

Color Harmonies of #7ED68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED68C

Black with #7ED68C

Text Example


Text Example

White with #7ED68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,214,140); }

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

background-color css

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

 a { background-color: rgb(126,214,140); }

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

border-color css

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

 span { border-color: rgb(126,214,140); }

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