Html Css Color HEX #7ED28F De York

📋 copy color: '#7ED28F'

red 126 ◦ green 210 ◦ blue 143

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

Shades of De York #7ED28F

Tints of De York #7ED28F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.84%

 BLUE value IS 143 (56.25% from 255) = 29.85%

R = 26.3%
G = 43.84%
B = 29.85%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#7ED28F (or 0x7ED28F) is known color: De York. HEX triplet: 7E, D2 and 8F. RGB value is (126,210,143). Sum of RGB (Red+Green+Blue) = 126+210+143=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED28F is #812D70. Grayscale: #B1B1B1. Windows color (decimal): -8465777 or 9425534. OLE color: 9425534.

HSL color Cylindrical-coordinate representation of color #7ED28F: hue angle of 132.14º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED28F is Cyan = 0.4, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 210 143 -
CMYK 0.4 0 0.32 0.18
HSL 132.14º 0.48% 0.66% -
HSV(B) 132.14º 0.4% 0.82% -
XYZ 36.61 52.51 34.19 -
YUV 177.25 108.67 91.45 -
System Red Green Blue C M Y K H S L
Decimal 126 210 143 0.4 0 0.32 0.18 132.14 0.48 0.66
Hex 7E D2 8F 28 0 20 12 84 30 42
Octal 176 322 217 50 0 40 22 204 60 102
Binary 1111110 11010010 10001111 101000 0 100000 10010 10000100 110000 1000010

Color Harmonies of #7ED28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED28F

Black with #7ED28F

Text Example


Text Example

White with #7ED28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,210,143); }

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

background-color css

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

 a { background-color: rgb(126,210,143); }

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

border-color css

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

 span { border-color: rgb(126,210,143); }

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