Html Css Color HEX #7EDB8C De York

📋 copy color: '#7EDB8C'

red 126 ◦ green 219 ◦ blue 140

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

Shades of De York #7EDB8C

Tints of De York #7EDB8C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.15%

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

R = 25.98%
G = 45.15%
B = 28.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#7EDB8C (or 0x7EDB8C) is known color: De York. HEX triplet: 7E, DB and 8C. RGB value is (126,219,140). Sum of RGB (Red+Green+Blue) = 126+219+140=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDB8C is #812473. Grayscale: #B6B6B6. Windows color (decimal): -8463476 or 9231230. OLE color: 9231230.

HSL color Cylindrical-coordinate representation of color #7EDB8C: hue angle of 129.03º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDB8C is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 219 140 -
CMYK 0.42 0 0.36 0.14
HSL 129.03º 0.56% 0.68% -
HSV(B) 129.03º 0.42% 0.86% -
XYZ 38.67 56.99 33.77 -
YUV 182.19 104.19 87.92 -
System Red Green Blue C M Y K H S L
Decimal 126 219 140 0.42 0 0.36 0.14 129.03 0.56 0.68
Hex 7E DB 8C 2A 0 24 E 81 38 44
Octal 176 333 214 52 0 44 16 201 70 104
Binary 1111110 11011011 10001100 101010 0 100100 1110 10000001 111000 1000100

Color Harmonies of #7EDB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDB8C

Black with #7EDB8C

Text Example


Text Example

White with #7EDB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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