#7DE08E

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

Shades of De York #7DE08E

Tints of De York #7DE08E

Color information

#7DE08E (or 0x7DE08E) is unknown color: approx De York. HEX triplet: 7D, E0 and 8E. RGB value is (125,224,142). Sum of RGB (Red+Green+Blue) = 125+224+142=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE08E is #821F71. Grayscale: #B9B9B9. Windows color (decimal): -8527730 or 9363581. OLE color: 9363581.

HSL color Cylindrical-coordinate representation of color #7DE08E: hue angle of 130.3º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE08E is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB125224142-
CMYK0.4400.370.12
HSL130.3º61.49%68.43%-
HSV(B)130.3º44.2%87.84%-
XYZ4059.6234.99-
YUV185.05103.785.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.46%
GREEN value IS 224 (87.89% from 255) = 45.62%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=25.46%
G=45.62%
B=28.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1252241420.4400.370.12130.361.4968.43
Hex7DE08E2C025C823d44
Octal175340216540451420275104
Binary1111101111000001000111010110001001011100100000101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,224,142); }

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

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

 a { background-color: rgb(125,224,142); }

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

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

 span { border-color: rgb(125,224,142); }

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