#7DD288

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

Shades of De York #7DD288

Tints of De York #7DD288

Color information

#7DD288 (or 0x7DD288) is unknown color: approx De York. HEX triplet: 7D, D2 and 88. RGB value is (125,210,136). Sum of RGB (Red+Green+Blue) = 125+210+136=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD288 is #822D77. Grayscale: #B0B0B0. Windows color (decimal): -8531320 or 8966781. OLE color: 8966781.

HSL color Cylindrical-coordinate representation of color #7DD288: hue angle of 127.76º 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 #7DD288 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB125210136-
CMYK0.4000.350.18
HSL127.76º48.57%65.69%-
HSV(B)127.76º40.48%82.35%-
XYZ35.9552.2331.48-
YUV176.15105.3491.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.54%
GREEN value IS 210 (82.42% from 255) = 44.59%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=26.54%
G=44.59%
B=28.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252101360.4000.350.18127.7648.5765.69
Hex7DD2882802312803142
Octal175322210500432220061102
Binary11111011101001010001000101000010001110010100000001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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