Html Css Color HEX #7DD78D De York

📋 copy color: '#7DD78D'

red 125 ◦ green 215 ◦ blue 141

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

Shades of De York #7DD78D

Tints of De York #7DD78D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.7%

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

R = 25.99%
G = 44.7%
B = 29.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#7DD78D (or 0x7DD78D) is known color: De York. HEX triplet: 7D, D7 and 8D. RGB value is (125,215,141). Sum of RGB (Red+Green+Blue) = 125+215+141=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD78D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD78D is #822872. Grayscale: #B3B3B3. Windows color (decimal): -8530035 or 9295741. OLE color: 9295741.

HSL color Cylindrical-coordinate representation of color #7DD78D: hue angle of 130.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD78D is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 215 141 -
CMYK 0.42 0 0.34 0.16
HSL 130.67º 0.53% 0.67% -
HSV(B) 130.67º 0.42% 0.84% -
XYZ 37.57 54.88 33.81 -
YUV 179.65 106.18 89.02 -
System Red Green Blue C M Y K H S L
Decimal 125 215 141 0.42 0 0.34 0.16 130.67 0.53 0.67
Hex 7D D7 8D 2A 0 22 10 83 35 43
Octal 175 327 215 52 0 42 20 203 65 103
Binary 1111101 11010111 10001101 101010 0 100010 10000 10000011 110101 1000011

Color Harmonies of #7DD78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD78D

Black with #7DD78D

Text Example


Text Example

White with #7DD78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,215,141); }

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

background-color css

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

 a { background-color: rgb(125,215,141); }

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

border-color css

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

 span { border-color: rgb(125,215,141); }

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