Html Css Color HEX #7DCA8E De York

📋 copy color: '#7DCA8E'

red 125 ◦ green 202 ◦ blue 142

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

Shades of De York #7DCA8E

Tints of De York #7DCA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.28%

R = 26.65%
G = 43.07%
B = 30.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#7DCA8E (or 0x7DCA8E) is known color: De York. HEX triplet: 7D, CA and 8E. RGB value is (125,202,142). Sum of RGB (Red+Green+Blue) = 125+202+142=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCA8E is #823571. Grayscale: #ACACAC. Windows color (decimal): -8533362 or 9357949. OLE color: 9357949.

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

Color convert

RGB 125 202 142 -
CMYK 0.38 0 0.30 0.21
HSL 133.25º 0.42% 0.64% -
HSV(B) 133.25º 0.38% 0.79% -
XYZ 34.46 48.55 33.15 -
YUV 172.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 125 202 142 0.38 0 0.30 0.21 133.25 0.42 0.64
Hex 7D CA 8E 26 0 1E 15 85 2A 40
Octal 175 312 216 46 0 36 25 205 52 100
Binary 1111101 11001010 10001110 100110 0 11110 10101 10000101 101010 1000000

Color Harmonies of #7DCA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCA8E

Black with #7DCA8E

Text Example


Text Example

White with #7DCA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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