#7CDD93

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

Shades of De York #7CDD93

Tints of De York #7CDD93

Color information

#7CDD93 (or 0x7CDD93) is unknown color: approx De York. HEX triplet: 7C, DD and 93. RGB value is (124,221,147). Sum of RGB (Red+Green+Blue) = 124+221+147=492 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.20% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDD93 is #83226C. Grayscale: #B7B7B7. Windows color (decimal): -8594029 or 9690492. OLE color: 9690492.

HSL color Cylindrical-coordinate representation of color #7CDD93: hue angle of 134.23º 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 #7CDD93 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB124221147-
CMYK0.4400.330.13
HSL134.23º58.79%67.65%-
HSV(B)134.23º43.89%86.67%-
XYZ39.4458.136.74-
YUV183.56107.3685.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.20%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=25.20%
G=44.92%
B=29.88%

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
Decimal1242211470.4400.330.13134.2358.7967.65
Hex7CDD932C021D863b44
Octal174335223540411520673104
Binary1111100110111011001001110110001000011101100001101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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