Html Css Color HEX #7DCA86 De York

📋 copy color: '#7DCA86'

red 125 ◦ green 202 ◦ blue 134

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

Shades of De York #7DCA86

Tints of De York #7DCA86

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.82%

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

R = 27.11%
G = 43.82%
B = 29.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#7DCA86 (or 0x7DCA86) is known color: De York. HEX triplet: 7D, CA and 86. RGB value is (125,202,134). Sum of RGB (Red+Green+Blue) = 125+202+134=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCA86 is #823579. Grayscale: #ABABAB. Windows color (decimal): -8533370 or 8833661. OLE color: 8833661.

HSL color Cylindrical-coordinate representation of color #7DCA86: hue angle of 127.01º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCA86 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 202 134 -
CMYK 0.38 0 0.34 0.21
HSL 127.01º 0.42% 0.64% -
HSV(B) 127.01º 0.38% 0.79% -
XYZ 33.88 48.32 30.1 -
YUV 171.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 125 202 134 0.38 0 0.34 0.21 127.01 0.42 0.64
Hex 7D CA 86 26 0 22 15 7F 2A 40
Octal 175 312 206 46 0 42 25 177 52 100
Binary 1111101 11001010 10000110 100110 0 100010 10101 1111111 101010 1000000

Color Harmonies of #7DCA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCA86

Black with #7DCA86

Text Example


Text Example

White with #7DCA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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