#7DD297

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

Shades of De York #7DD297

Tints of De York #7DD297

Color information

#7DD297 (or 0x7DD297) is unknown color: approx De York. HEX triplet: 7D, D2 and 97. RGB value is (125,210,151). Sum of RGB (Red+Green+Blue) = 125+210+151=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD297 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD297 is #822D68. Grayscale: #B2B2B2. Windows color (decimal): -8531305 or 9949821. OLE color: 9949821.

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

Color convert

RGB125210151-
CMYK0.4000.280.18
HSL138.35º48.57%65.69%-
HSV(B)138.35º40.48%82.35%-
XYZ37.0952.6937.49-
YUV177.86112.8490.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.72%
GREEN value IS 210 (82.42% from 255) = 43.21%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=25.72%
G=43.21%
B=31.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252101510.4000.280.18138.3548.5765.69
Hex7DD2972801C128a3142
Octal175322227500342221261102
Binary1111101110100101001011110100001110010010100010101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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