Html Css Color HEX #7DD18A De York

📋 copy color: '#7DD18A'

red 125 ◦ green 209 ◦ blue 138

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

Shades of De York #7DD18A

Tints of De York #7DD18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 26.48%
G = 44.28%
B = 29.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#7DD18A (or 0x7DD18A) is known color: De York. HEX triplet: 7D, D1 and 8A. RGB value is (125,209,138). Sum of RGB (Red+Green+Blue) = 125+209+138=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD18A is #822E75. Grayscale: #AFAFAF. Windows color (decimal): -8531574 or 9097597. OLE color: 9097597.

HSL color Cylindrical-coordinate representation of color #7DD18A: hue angle of 129.29º 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 #7DD18A is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 209 138 -
CMYK 0.40 0 0.34 0.18
HSL 129.29º 0.48% 0.65% -
HSV(B) 129.29º 0.4% 0.82% -
XYZ 35.85 51.8 32.15 -
YUV 175.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 125 209 138 0.40 0 0.34 0.18 129.29 0.48 0.65
Hex 7D D1 8A 28 0 22 12 81 30 41
Octal 175 321 212 50 0 42 22 201 60 101
Binary 1111101 11010001 10001010 101000 0 100010 10010 10000001 110000 1000001

Color Harmonies of #7DD18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD18A

Black with #7DD18A

Text Example


Text Example

White with #7DD18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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