#7DD687

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

Shades of De York #7DD687

Tints of De York #7DD687

Color information

#7DD687 (or 0x7DD687) is unknown color: approx De York. HEX triplet: 7D, D6 and 87. RGB value is (125,214,135). Sum of RGB (Red+Green+Blue) = 125+214+135=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD687 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD687 is #822978. Grayscale: #B2B2B2. Windows color (decimal): -8530297 or 8902269. OLE color: 8902269.

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

Color convert

RGB125214135-
CMYK0.4200.370.16
HSL126.74º52.05%66.47%-
HSV(B)126.74º41.59%83.92%-
XYZ36.8854.231.44-
YUV178.38103.5189.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.37%
GREEN value IS 214 (83.98% from 255) = 45.15%
BLUE value IS 135 (53.12% from 255) = 28.48%
R=26.37%
G=45.15%
B=28.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141350.4200.370.16126.7452.0566.47
Hex7DD6872A025107f3442
Octal175326207520452017764102
Binary1111101110101101000011110101001001011000011111111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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