Html Css Color HEX #7DCE8A De York

📋 copy color: '#7DCE8A'

red 125 ◦ green 206 ◦ blue 138

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

Shades of De York #7DCE8A

Tints of De York #7DCE8A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.92%

 BLUE value IS 138 (54.3% from 255) = 29.42%

R = 26.65%
G = 43.92%
B = 29.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#7DCE8A (or 0x7DCE8A) is known color: De York. HEX triplet: 7D, CE and 8A. RGB value is (125,206,138). Sum of RGB (Red+Green+Blue) = 125+206+138=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCE8A is #823175. Grayscale: #AEAEAE. Windows color (decimal): -8532342 or 9096829. OLE color: 9096829.

HSL color Cylindrical-coordinate representation of color #7DCE8A: hue angle of 129.63º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCE8A is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 138 -
CMYK 0.39 0 0.33 0.19
HSL 129.63º 0.45% 0.65% -
HSV(B) 129.63º 0.39% 0.81% -
XYZ 35.12 50.34 31.91 -
YUV 174.03 107.66 93.03 -
System Red Green Blue C M Y K H S L
Decimal 125 206 138 0.39 0 0.33 0.19 129.63 0.45 0.65
Hex 7D CE 8A 27 0 21 13 82 2D 41
Octal 175 316 212 47 0 41 23 202 55 101
Binary 1111101 11001110 10001010 100111 0 100001 10011 10000010 101101 1000001

Color Harmonies of #7DCE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE8A

Black with #7DCE8A

Text Example


Text Example

White with #7DCE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,206,138); }

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

background-color css

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

 a { background-color: rgb(125,206,138); }

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

border-color css

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

 span { border-color: rgb(125,206,138); }

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