#7DD28F

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

Shades of De York #7DD28F

Tints of De York #7DD28F

Color information

#7DD28F (or 0x7DD28F) is unknown color: approx De York. HEX triplet: 7D, D2 and 8F. RGB value is (125,210,143). Sum of RGB (Red+Green+Blue) = 125+210+143=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD28F is #822D70. Grayscale: #B1B1B1. Windows color (decimal): -8531313 or 9425533. OLE color: 9425533.

HSL color Cylindrical-coordinate representation of color #7DD28F: hue angle of 132.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD28F is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB125210143-
CMYK0.4000.320.18
HSL132.71º48.57%65.69%-
HSV(B)132.71º40.48%82.35%-
XYZ36.4652.4434.19-
YUV176.95108.8490.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.15%
GREEN value IS 210 (82.42% from 255) = 43.93%
BLUE value IS 143 (56.25% from 255) = 29.92%
R=26.15%
G=43.93%
B=29.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252101430.4000.320.18132.7148.5765.69
Hex7DD28F2802012853142
Octal175322217500402220561102
Binary11111011101001010001111101000010000010010100001011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,210,143); }

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

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

 a { background-color: rgb(125,210,143); }

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

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

 span { border-color: rgb(125,210,143); }

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