#7DD689

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

Shades of De York #7DD689

Tints of De York #7DD689

Color information

#7DD689 (or 0x7DD689) is unknown color: approx De York. HEX triplet: 7D, D6 and 89. RGB value is (125,214,137). Sum of RGB (Red+Green+Blue) = 125+214+137=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD689 is #822976. Grayscale: #B2B2B2. Windows color (decimal): -8530295 or 9033341. OLE color: 9033341.

HSL color Cylindrical-coordinate representation of color #7DD689: hue angle of 128.09º 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 #7DD689 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB125214137-
CMYK0.4200.360.16
HSL128.09º52.05%66.47%-
HSV(B)128.09º41.59%83.92%-
XYZ37.0254.2632.19-
YUV178.61104.5189.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.26%
GREEN value IS 214 (83.98% from 255) = 44.96%
BLUE value IS 137 (53.91% from 255) = 28.78%
R=26.26%
G=44.96%
B=28.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141370.4200.360.16128.0952.0566.47
Hex7DD6892A02410803442
Octal175326211520442020064102
Binary11111011101011010001001101010010010010000100000001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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