Html Css Color HEX #7EDB8D De York

📋 copy color: '#7EDB8D'

red 126 ◦ green 219 ◦ blue 141

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

Shades of De York #7EDB8D

Tints of De York #7EDB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.01%

R = 25.93%
G = 45.06%
B = 29.01%

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

#7EDB8D (or 0x7EDB8D) is known color: De York. HEX triplet: 7E, DB and 8D. RGB value is (126,219,141). Sum of RGB (Red+Green+Blue) = 126+219+141=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDB8D is #812472. Grayscale: #B6B6B6. Windows color (decimal): -8463475 or 9296766. OLE color: 9296766.

HSL color Cylindrical-coordinate representation of color #7EDB8D: hue angle of 129.68º 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 #7EDB8D is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 219 141 -
CMYK 0.42 0 0.36 0.14
HSL 129.68º 0.56% 0.68% -
HSV(B) 129.68º 0.42% 0.86% -
XYZ 38.74 57.02 34.16 -
YUV 182.3 104.69 87.84 -
System Red Green Blue C M Y K H S L
Decimal 126 219 141 0.42 0 0.36 0.14 129.68 0.56 0.68
Hex 7E DB 8D 2A 0 24 E 82 38 44
Octal 176 333 215 52 0 44 16 202 70 104
Binary 1111110 11011011 10001101 101010 0 100100 1110 10000010 111000 1000100

Color Harmonies of #7EDB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDB8D

Black with #7EDB8D

Text Example


Text Example

White with #7EDB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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