#7ED483

Color #7ED483 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7ED483

Tints of De York #7ED483

Color information

#7ED483 (or 0x7ED483) is unknown color: approx De York. HEX triplet: 7E, D4 and 83. RGB value is (126,212,131). Sum of RGB (Red+Green+Blue) = 126+212+131=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED483 is #812B7C. Grayscale: #B1B1B1. Windows color (decimal): -8465277 or 8639614. OLE color: 8639614.

HSL color Cylindrical-coordinate representation of color #7ED483: hue angle of 123.49º 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 #7ED483 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB126212131-
CMYK0.4100.380.17
HSL123.49º50%66.27%-
HSV(B)123.49º40.57%83.14%-
XYZ36.2453.1629.82-
YUV177.05102.0191.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.87%
GREEN value IS 212 (83.20% from 255) = 45.20%
BLUE value IS 131 (51.56% from 255) = 27.93%
R=26.87%
G=45.20%
B=27.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1262121310.4100.380.17123.495066.27
Hex7ED48329026117b3242
Octal176324203510462117362102
Binary1111110110101001000001110100101001101000111110111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ED483;
 }
 .AnyTagClassName
 {
   color: #7ED483;
 }
</style>
background-color css

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

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

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

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

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

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