Html Css Color HEX #7DD686 De York

📋 copy color: '#7DD686'

red 125 ◦ green 214 ◦ blue 134

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

Shades of De York #7DD686

Tints of De York #7DD686

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.24%

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

R = 26.43%
G = 45.24%
B = 28.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#7DD686 (or 0x7DD686) is known color: De York. HEX triplet: 7D, D6 and 86. RGB value is (125,214,134). Sum of RGB (Red+Green+Blue) = 125+214+134=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD686 is #822979. Grayscale: #B2B2B2. Windows color (decimal): -8530298 or 8836733. OLE color: 8836733.

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

Color convert

RGB 125 214 134 -
CMYK 0.42 0 0.37 0.16
HSL 126.07º 0.52% 0.66% -
HSV(B) 126.07º 0.42% 0.84% -
XYZ 36.81 54.17 31.07 -
YUV 178.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 125 214 134 0.42 0 0.37 0.16 126.07 0.52 0.66
Hex 7D D6 86 2A 0 25 10 7E 34 42
Octal 175 326 206 52 0 45 20 176 64 102
Binary 1111101 11010110 10000110 101010 0 100101 10000 1111110 110100 1000010

Color Harmonies of #7DD686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD686

Black with #7DD686

Text Example


Text Example

White with #7DD686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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