#7DC07A

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

Shades of De York #7DC07A

Tints of De York #7DC07A

Color information

#7DC07A (or 0x7DC07A) is unknown color: approx De York. HEX triplet: 7D, C0 and 7A. RGB value is (125,192,122). Sum of RGB (Red+Green+Blue) = 125+192+122=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC07A is #823F85. Grayscale: #A4A4A4. Windows color (decimal): -8535942 or 8044669. OLE color: 8044669.

HSL color Cylindrical-coordinate representation of color #7DC07A: hue angle of 117.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC07A is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB125192122-
CMYK0.3500.360.25
HSL117.43º35.71%61.57%-
HSV(B)117.43º36.46%75.29%-
XYZ30.8243.4625.18-
YUV163.99104.3100.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.47%
GREEN value IS 192 (75.39% from 255) = 43.74%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=28.47%
G=43.74%
B=27.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251921220.3500.360.25117.4335.7161.57
Hex7DC07A230241975243e
Octal17530017243044311654476
Binary11111011100000011110101000110100100110011110101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,192,122); }

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

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

 a { background-color: rgb(125,192,122); }

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

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

 span { border-color: rgb(125,192,122); }

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