#7CDD95

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

Shades of De York #7CDD95

Tints of De York #7CDD95

Color information

#7CDD95 (or 0x7CDD95) is unknown color: approx De York. HEX triplet: 7C, DD and 95. RGB value is (124,221,149). Sum of RGB (Red+Green+Blue) = 124+221+149=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDD95 is #83226A. Grayscale: #B7B7B7. Windows color (decimal): -8594027 or 9821564. OLE color: 9821564.

HSL color Cylindrical-coordinate representation of color #7CDD95: hue angle of 135.46º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDD95 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB124221149-
CMYK0.4400.330.13
HSL135.46º58.79%67.65%-
HSV(B)135.46º43.89%86.67%-
XYZ39.5958.1737.57-
YUV183.79108.3685.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.10%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=25.10%
G=44.74%
B=30.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242211490.4400.330.13135.4658.7967.65
Hex7CDD952C021D873b44
Octal174335225540411520773104
Binary1111100110111011001010110110001000011101100001111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,221,149); }

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

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

 a { background-color: rgb(124,221,149); }

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

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

 span { border-color: rgb(124,221,149); }

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