#7DE08D

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

Shades of De York #7DE08D

Tints of De York #7DE08D

Color information

#7DE08D (or 0x7DE08D) is unknown color: approx De York. HEX triplet: 7D, E0 and 8D. RGB value is (125,224,141). Sum of RGB (Red+Green+Blue) = 125+224+141=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE08D is #821F72. Grayscale: #B9B9B9. Windows color (decimal): -8527731 or 9298045. OLE color: 9298045.

HSL color Cylindrical-coordinate representation of color #7DE08D: hue angle of 129.7º 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 #7DE08D is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB125224141-
CMYK0.4400.370.12
HSL129.7º61.49%68.43%-
HSV(B)129.7º44.2%87.84%-
XYZ39.9259.5934.6-
YUV184.94103.285.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.51%
GREEN value IS 224 (87.89% from 255) = 45.71%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=25.51%
G=45.71%
B=28.78%

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
Decimal1252241410.4400.370.12129.761.4968.43
Hex7DE08D2C025C823d44
Octal175340215540451420275104
Binary1111101111000001000110110110001001011100100000101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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