#7DC275

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

Shades of De York #7DC275

Tints of De York #7DC275

Color information

#7DC275 (or 0x7DC275) is unknown color: approx De York. HEX triplet: 7D, C2 and 75. RGB value is (125,194,117). Sum of RGB (Red+Green+Blue) = 125+194+117=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC275 is #823D8A. Grayscale: #A4A4A4. Windows color (decimal): -8535435 or 7717501. OLE color: 7717501.

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

Color convert

RGB125194117-
CMYK0.3600.400.24
HSL113.77º38.69%60.98%-
HSV(B)113.77º39.69%76.08%-
XYZ30.9644.2323.73-
YUV164.59101.1499.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.67%
GREEN value IS 194 (76.17% from 255) = 44.50%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=28.67%
G=44.50%
B=26.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251941170.3600.400.24113.7738.6960.98
Hex7DC275240281872273d
Octal17530216544050301624775
Binary11111011100001011101011001000101000110001110010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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