#7DD298

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

Shades of De York #7DD298

Tints of De York #7DD298

Color information

#7DD298 (or 0x7DD298) is unknown color: approx De York. HEX triplet: 7D, D2 and 98. RGB value is (125,210,152). Sum of RGB (Red+Green+Blue) = 125+210+152=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD298 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD298 is #822D67. Grayscale: #B2B2B2. Windows color (decimal): -8531304 or 10015357. OLE color: 10015357.

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

Color convert

RGB125210152-
CMYK0.4000.280.18
HSL139.06º48.57%65.69%-
HSV(B)139.06º40.48%82.35%-
XYZ37.1752.7237.92-
YUV177.97113.3490.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.67%
GREEN value IS 210 (82.42% from 255) = 43.12%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=25.67%
G=43.12%
B=31.21%

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
Decimal1252101520.4000.280.18139.0648.5765.69
Hex7DD2982801C128b3142
Octal175322230500342221361102
Binary1111101110100101001100010100001110010010100010111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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