Html Css Color HEX #7DCE86 De York

📋 copy color: '#7DCE86'

red 125 ◦ green 206 ◦ blue 134

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

Shades of De York #7DCE86

Tints of De York #7DCE86

RGB

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

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

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

R = 26.88%
G = 44.3%
B = 28.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#7DCE86 (or 0x7DCE86) is known color: De York. HEX triplet: 7D, CE and 86. RGB value is (125,206,134). Sum of RGB (Red+Green+Blue) = 125+206+134=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCE86 is #823179. Grayscale: #ADADAD. Windows color (decimal): -8532346 or 8834685. OLE color: 8834685.

HSL color Cylindrical-coordinate representation of color #7DCE86: hue angle of 126.67º 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 #7DCE86 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 134 -
CMYK 0.39 0 0.35 0.19
HSL 126.67º 0.45% 0.65% -
HSV(B) 126.67º 0.39% 0.81% -
XYZ 34.83 50.22 30.41 -
YUV 173.57 105.66 93.35 -
System Red Green Blue C M Y K H S L
Decimal 125 206 134 0.39 0 0.35 0.19 126.67 0.45 0.65
Hex 7D CE 86 27 0 23 13 7F 2D 41
Octal 175 316 206 47 0 43 23 177 55 101
Binary 1111101 11001110 10000110 100111 0 100011 10011 1111111 101101 1000001

Color Harmonies of #7DCE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE86

Black with #7DCE86

Text Example


Text Example

White with #7DCE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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