Html Css Color HEX #7DD48C De York

📋 copy color: '#7DD48C'

red 125 ◦ green 212 ◦ blue 140

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

Shades of De York #7DD48C

Tints of De York #7DD48C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.44%

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

R = 26.21%
G = 44.44%
B = 29.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#7DD48C (or 0x7DD48C) is known color: De York. HEX triplet: 7D, D4 and 8C. RGB value is (125,212,140). Sum of RGB (Red+Green+Blue) = 125+212+140=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #7DD48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD48C is #822B73. Grayscale: #B1B1B1. Windows color (decimal): -8530804 or 9229437. OLE color: 9229437.

HSL color Cylindrical-coordinate representation of color #7DD48C: hue angle of 130.34º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD48C is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 125 212 140 -
CMYK 0.41 0 0.34 0.17
HSL 130.34º 0.5% 0.66% -
HSV(B) 130.34º 0.41% 0.83% -
XYZ 36.73 53.34 33.17 -
YUV 177.78 106.68 90.35 -
System Red Green Blue C M Y K H S L
Decimal 125 212 140 0.41 0 0.34 0.17 130.34 0.5 0.66
Hex 7D D4 8C 29 0 22 11 82 32 42
Octal 175 324 214 51 0 42 21 202 62 102
Binary 1111101 11010100 10001100 101001 0 100010 10001 10000010 110010 1000010

Color Harmonies of #7DD48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD48C

Black with #7DD48C

Text Example


Text Example

White with #7DD48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,212,140); }

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

background-color css

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

 a { background-color: rgb(125,212,140); }

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

border-color css

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

 span { border-color: rgb(125,212,140); }

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