Html Css Color HEX #7EC085 De York

📋 copy color: '#7EC085'

red 126 ◦ green 192 ◦ blue 133

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

Shades of De York #7EC085

Tints of De York #7EC085

RGB

 RED value IS 126 (49.61% from 255) = 27.94%

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 27.94%
G = 42.57%
B = 29.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#7EC085 (or 0x7EC085) is known color: De York. HEX triplet: 7E, C0 and 85. RGB value is (126,192,133). Sum of RGB (Red+Green+Blue) = 126+192+133=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC085 is #813F7A. Grayscale: #A5A5A5. Windows color (decimal): -8470395 or 8765566. OLE color: 8765566.

HSL color Cylindrical-coordinate representation of color #7EC085: hue angle of 126.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EC085 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 192 133 -
CMYK 0.34 0 0.31 0.25
HSL 126.36º 0.34% 0.62% -
HSV(B) 126.36º 0.34% 0.75% -
XYZ 31.69 43.83 28.98 -
YUV 165.54 109.63 99.8 -
System Red Green Blue C M Y K H S L
Decimal 126 192 133 0.34 0 0.31 0.25 126.36 0.34 0.62
Hex 7E C0 85 22 0 1F 19 7E 22 3E
Octal 176 300 205 42 0 37 31 176 42 76
Binary 1111110 11000000 10000101 100010 0 11111 11001 1111110 100010 111110

Color Harmonies of #7EC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC085

Black with #7EC085

Text Example


Text Example

White with #7EC085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,192,133); }

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

background-color css

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

 a { background-color: rgb(126,192,133); }

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

border-color css

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

 span { border-color: rgb(126,192,133); }

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