#7DD68C

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

Shades of De York #7DD68C

Tints of De York #7DD68C

Color information

#7DD68C (or 0x7DD68C) is unknown color: approx De York. HEX triplet: 7D, D6 and 8C. RGB value is (125,214,140). Sum of RGB (Red+Green+Blue) = 125+214+140=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD68C is #822973. Grayscale: #B3B3B3. Windows color (decimal): -8530292 or 9229949. OLE color: 9229949.

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

Color convert

RGB125214140-
CMYK0.4200.350.16
HSL130.11º52.05%66.47%-
HSV(B)130.11º41.59%83.92%-
XYZ37.2454.3533.34-
YUV178.95106.0189.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.10%
GREEN value IS 214 (83.98% from 255) = 44.68%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=26.10%
G=44.68%
B=29.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141400.4200.350.16130.1152.0566.47
Hex7DD68C2A02310823442
Octal175326214520432020264102
Binary11111011101011010001100101010010001110000100000101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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