#7CC484

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

Shades of De York #7CC484

Tints of De York #7CC484

Color information

#7CC484 (or 0x7CC484) is unknown color: approx De York. HEX triplet: 7C, C4 and 84. RGB value is (124,196,132). Sum of RGB (Red+Green+Blue) = 124+196+132=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC484 is #833B7B. Grayscale: #A7A7A7. Windows color (decimal): -8600444 or 8701052. OLE color: 8701052.

HSL color Cylindrical-coordinate representation of color #7CC484: hue angle of 126.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC484 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB124196132-
CMYK0.3700.330.23
HSL126.67º37.89%62.75%-
HSV(B)126.67º36.73%76.86%-
XYZ32.2245.4328.9-
YUV167.18108.1597.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.43%
GREEN value IS 196 (76.95% from 255) = 43.36%
BLUE value IS 132 (51.95% from 255) = 29.20%
R=27.43%
G=43.36%
B=29.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1241961320.3700.330.23126.6737.8962.75
Hex7CC48425021177f263f
Octal17430420445041271774677
Binary111110011000100100001001001010100001101111111111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,196,132); }

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

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

 a { background-color: rgb(124,196,132); }

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

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

 span { border-color: rgb(124,196,132); }

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