Html Css Color HEX #7ECE95 De York

📋 copy color: '#7ECE95'

red 126 ◦ green 206 ◦ blue 149

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

Shades of De York #7ECE95

Tints of De York #7ECE95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.98%

R = 26.2%
G = 42.83%
B = 30.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#7ECE95 (or 0x7ECE95) is known color: De York. HEX triplet: 7E, CE and 95. RGB value is (126,206,149). Sum of RGB (Red+Green+Blue) = 126+206+149=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECE95 is #81316A. Grayscale: #AFAFAF. Windows color (decimal): -8466795 or 9817726. OLE color: 9817726.

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

Color convert

RGB 126 206 149 -
CMYK 0.39 0 0.28 0.19
HSL 137.25º 0.45% 0.65% -
HSV(B) 137.25º 0.39% 0.81% -
XYZ 36.1 50.75 36.33 -
YUV 175.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 126 206 149 0.39 0 0.28 0.19 137.25 0.45 0.65
Hex 7E CE 95 27 0 1C 13 89 2D 41
Octal 176 316 225 47 0 34 23 211 55 101
Binary 1111110 11001110 10010101 100111 0 11100 10011 10001001 101101 1000001

Color Harmonies of #7ECE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECE95

Black with #7ECE95

Text Example


Text Example

White with #7ECE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,206,149); }

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

background-color css

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

 a { background-color: rgb(126,206,149); }

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

border-color css

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

 span { border-color: rgb(126,206,149); }

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