#7DC28A

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

Shades of De York #7DC28A

Tints of De York #7DC28A

Color information

#7DC28A (or 0x7DC28A) is unknown color: approx De York. HEX triplet: 7D, C2 and 8A. RGB value is (125,194,138). Sum of RGB (Red+Green+Blue) = 125+194+138=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC28A is #823D75. Grayscale: #A7A7A7. Windows color (decimal): -8535414 or 9093757. OLE color: 9093757.

HSL color Cylindrical-coordinate representation of color #7DC28A: hue angle of 131.3º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC28A is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB125194138-
CMYK0.3600.290.24
HSL131.3º36.13%62.55%-
HSV(B)131.3º35.57%76.08%-
XYZ32.3444.7830.98-
YUV166.98111.6498.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.35%
GREEN value IS 194 (76.17% from 255) = 42.45%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=27.35%
G=42.45%
B=30.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251941380.3600.290.24131.336.1362.55
Hex7DC28A2401D1883243f
Octal17530221244035302034477
Binary111110111000010100010101001000111011100010000011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,194,138); }

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

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

 a { background-color: rgb(125,194,138); }

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

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

 span { border-color: rgb(125,194,138); }

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