Html Css Color HEX #7EBC85 De York

📋 copy color: '#7EBC85'

red 126 ◦ green 188 ◦ blue 133

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

Shades of De York #7EBC85

Tints of De York #7EBC85

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.06%

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

R = 28.19%
G = 42.06%
B = 29.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#7EBC85 (or 0x7EBC85) is known color: De York. HEX triplet: 7E, BC and 85. RGB value is (126,188,133). Sum of RGB (Red+Green+Blue) = 126+188+133=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBC85 is #81437A. Grayscale: #A3A3A3. Windows color (decimal): -8471419 or 8764542. OLE color: 8764542.

HSL color Cylindrical-coordinate representation of color #7EBC85: hue angle of 126.77º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBC85 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 188 133 -
CMYK 0.33 0 0.29 0.26
HSL 126.77º 0.32% 0.62% -
HSV(B) 126.77º 0.33% 0.74% -
XYZ 30.82 42.1 28.69 -
YUV 163.19 110.96 101.47 -
System Red Green Blue C M Y K H S L
Decimal 126 188 133 0.33 0 0.29 0.26 126.77 0.32 0.62
Hex 7E BC 85 21 0 1D 1A 7F 20 3E
Octal 176 274 205 41 0 35 32 177 40 76
Binary 1111110 10111100 10000101 100001 0 11101 11010 1111111 100000 111110

Color Harmonies of #7EBC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBC85

Black with #7EBC85

Text Example


Text Example

White with #7EBC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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