#7DD69A

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

Shades of De York #7DD69A

Tints of De York #7DD69A

Color information

#7DD69A (or 0x7DD69A) is unknown color: approx De York. HEX triplet: 7D, D6 and 9A. RGB value is (125,214,154). Sum of RGB (Red+Green+Blue) = 125+214+154=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD69A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD69A is #822965. Grayscale: #B4B4B4. Windows color (decimal): -8530278 or 10147453. OLE color: 10147453.

HSL color Cylindrical-coordinate representation of color #7DD69A: hue angle of 139.55º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD69A is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB125214154-
CMYK0.4200.280.16
HSL139.55º52.05%66.47%-
HSV(B)139.55º41.59%83.92%-
XYZ38.3454.7939.13-
YUV180.55113.0188.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.35%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=25.35%
G=43.41%
B=31.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141540.4200.280.16139.5552.0566.47
Hex7DD69A2A01C108c3442
Octal175326232520342021464102
Binary1111101110101101001101010101001110010000100011001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,214,154); }

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

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

 a { background-color: rgb(125,214,154); }

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

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

 span { border-color: rgb(125,214,154); }

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