#7CC182

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

Shades of De York #7CC182

Tints of De York #7CC182

Color information

#7CC182 (or 0x7CC182) is unknown color: approx De York. HEX triplet: 7C, C1 and 82. RGB value is (124,193,130). Sum of RGB (Red+Green+Blue) = 124+193+130=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC182 is #833E7D. Grayscale: #A5A5A5. Windows color (decimal): -8601214 or 8569212. OLE color: 8569212.

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

Color convert

RGB124193130-
CMYK0.3600.330.24
HSL125.22º35.75%62.16%-
HSV(B)125.22º35.75%75.69%-
XYZ31.4144.0427.96-
YUV165.19108.1498.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.74%
GREEN value IS 193 (75.78% from 255) = 43.18%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=27.74%
G=43.18%
B=29.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241931300.3600.330.24125.2235.7562.16
Hex7CC18224021187d243e
Octal17430120244041301754476
Binary111110011000001100000101001000100001110001111101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,193,130); }

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

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

 a { background-color: rgb(124,193,130); }

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

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

 span { border-color: rgb(124,193,130); }

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