Html Css Color HEX #7DD18E De York

📋 copy color: '#7DD18E'

red 125 ◦ green 209 ◦ blue 142

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

Shades of De York #7DD18E

Tints of De York #7DD18E

RGB

 RED value IS 125 (49.22% from 255) = 26.26%

 GREEN value IS 209 (82.03% from 255) = 43.91%

 BLUE value IS 142 (55.86% from 255) = 29.83%

R = 26.26%
G = 43.91%
B = 29.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#7DD18E (or 0x7DD18E) is known color: De York. HEX triplet: 7D, D1 and 8E. RGB value is (125,209,142). Sum of RGB (Red+Green+Blue) = 125+209+142=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD18E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD18E is #822E71. Grayscale: #B0B0B0. Windows color (decimal): -8531570 or 9359741. OLE color: 9359741.

HSL color Cylindrical-coordinate representation of color #7DD18E: hue angle of 132.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD18E is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 209 142 -
CMYK 0.40 0 0.32 0.18
HSL 132.14º 0.48% 0.65% -
HSV(B) 132.14º 0.4% 0.82% -
XYZ 36.14 51.91 33.71 -
YUV 176.25 108.67 91.45 -
System Red Green Blue C M Y K H S L
Decimal 125 209 142 0.40 0 0.32 0.18 132.14 0.48 0.65
Hex 7D D1 8E 28 0 20 12 84 30 41
Octal 175 321 216 50 0 40 22 204 60 101
Binary 1111101 11010001 10001110 101000 0 100000 10010 10000100 110000 1000001

Color Harmonies of #7DD18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD18E

Black with #7DD18E

Text Example


Text Example

White with #7DD18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,209,142); }

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

background-color css

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

 a { background-color: rgb(125,209,142); }

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

border-color css

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

 span { border-color: rgb(125,209,142); }

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