Html Css Color HEX #7EBD84 De York

📋 copy color: '#7EBD84'

red 126 ◦ green 189 ◦ blue 132

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

Shades of De York #7EBD84

Tints of De York #7EBD84

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.28%

 BLUE value IS 132 (51.95% from 255) = 29.53%

R = 28.19%
G = 42.28%
B = 29.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#7EBD84 (or 0x7EBD84) is known color: De York. HEX triplet: 7E, BD and 84. RGB value is (126,189,132). Sum of RGB (Red+Green+Blue) = 126+189+132=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBD84 is #81427B. Grayscale: #A3A3A3. Windows color (decimal): -8471164 or 8699262. OLE color: 8699262.

HSL color Cylindrical-coordinate representation of color #7EBD84: hue angle of 125.71º 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 #7EBD84 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 189 132 -
CMYK 0.33 0 0.30 0.26
HSL 125.71º 0.32% 0.62% -
HSV(B) 125.71º 0.33% 0.74% -
XYZ 30.97 42.5 28.4 -
YUV 163.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 126 189 132 0.33 0 0.30 0.26 125.71 0.32 0.62
Hex 7E BD 84 21 0 1E 1A 7E 20 3E
Octal 176 275 204 41 0 36 32 176 40 76
Binary 1111110 10111101 10000100 100001 0 11110 11010 1111110 100000 111110

Color Harmonies of #7EBD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBD84

Black with #7EBD84

Text Example


Text Example

White with #7EBD84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,189,132); }

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

background-color css

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

 a { background-color: rgb(126,189,132); }

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

border-color css

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

 span { border-color: rgb(126,189,132); }

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