Html Css Color HEX #7DD786 De York

📋 copy color: '#7DD786'

red 125 ◦ green 215 ◦ blue 134

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

Shades of De York #7DD786

Tints of De York #7DD786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.27%

R = 26.37%
G = 45.36%
B = 28.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#7DD786 (or 0x7DD786) is known color: De York. HEX triplet: 7D, D7 and 86. RGB value is (125,215,134). Sum of RGB (Red+Green+Blue) = 125+215+134=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD786 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD786 is #822879. Grayscale: #B3B3B3. Windows color (decimal): -8530042 or 8836989. OLE color: 8836989.

HSL color Cylindrical-coordinate representation of color #7DD786: hue angle of 126º 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 #7DD786 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 215 134 -
CMYK 0.42 0 0.38 0.16
HSL 126º 0.53% 0.67% -
HSV(B) 126º 0.42% 0.84% -
XYZ 37.06 54.68 31.16 -
YUV 178.86 102.68 89.59 -
System Red Green Blue C M Y K H S L
Decimal 125 215 134 0.42 0 0.38 0.16 126 0.53 0.67
Hex 7D D7 86 2A 0 26 10 7E 35 43
Octal 175 327 206 52 0 46 20 176 65 103
Binary 1111101 11010111 10000110 101010 0 100110 10000 1111110 110101 1000011

Color Harmonies of #7DD786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD786

Black with #7DD786

Text Example


Text Example

White with #7DD786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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