Html Css Color HEX #7DD18B De York

📋 copy color: '#7DD18B'

red 125 ◦ green 209 ◦ blue 139

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

Shades of De York #7DD18B

Tints of De York #7DD18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.39%

R = 26.43%
G = 44.19%
B = 29.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#7DD18B (or 0x7DD18B) is known color: De York. HEX triplet: 7D, D1 and 8B. RGB value is (125,209,139). Sum of RGB (Red+Green+Blue) = 125+209+139=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD18B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD18B is #822E74. Grayscale: #B0B0B0. Windows color (decimal): -8531573 or 9163133. OLE color: 9163133.

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

Color convert

RGB 125 209 139 -
CMYK 0.40 0 0.33 0.18
HSL 130º 0.48% 0.65% -
HSV(B) 130º 0.4% 0.82% -
XYZ 35.92 51.82 32.54 -
YUV 175.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 125 209 139 0.40 0 0.33 0.18 130 0.48 0.65
Hex 7D D1 8B 28 0 21 12 82 30 41
Octal 175 321 213 50 0 41 22 202 60 101
Binary 1111101 11010001 10001011 101000 0 100001 10010 10000010 110000 1000001

Color Harmonies of #7DD18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD18B

Black with #7DD18B

Text Example


Text Example

White with #7DD18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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