Html Css Color HEX #7ED48B De York

📋 copy color: '#7ED48B'

red 126 ◦ green 212 ◦ blue 139

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

Shades of De York #7ED48B

Tints of De York #7ED48B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.44%

 BLUE value IS 139 (54.69% from 255) = 29.14%

R = 26.42%
G = 44.44%
B = 29.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#7ED48B (or 0x7ED48B) is known color: De York. HEX triplet: 7E, D4 and 8B. RGB value is (126,212,139). Sum of RGB (Red+Green+Blue) = 126+212+139=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED48B is #812B74. Grayscale: #B2B2B2. Windows color (decimal): -8465269 or 9163902. OLE color: 9163902.

HSL color Cylindrical-coordinate representation of color #7ED48B: hue angle of 129.07º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED48B is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 126 212 139 -
CMYK 0.41 0 0.34 0.17
HSL 129.07º 0.5% 0.66% -
HSV(B) 129.07º 0.41% 0.83% -
XYZ 36.81 53.39 32.79 -
YUV 177.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 126 212 139 0.41 0 0.34 0.17 129.07 0.5 0.66
Hex 7E D4 8B 29 0 22 11 81 32 42
Octal 176 324 213 51 0 42 21 201 62 102
Binary 1111110 11010100 10001011 101001 0 100010 10001 10000001 110010 1000010

Color Harmonies of #7ED48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED48B

Black with #7ED48B

Text Example


Text Example

White with #7ED48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,212,139); }

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

background-color css

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

 a { background-color: rgb(126,212,139); }

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

border-color css

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

 span { border-color: rgb(126,212,139); }

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