#7CC384

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

Shades of De York #7CC384

Tints of De York #7CC384

Color information

#7CC384 (or 0x7CC384) is unknown color: approx De York. HEX triplet: 7C, C3 and 84. RGB value is (124,195,132). Sum of RGB (Red+Green+Blue) = 124+195+132=451 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.49% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC384 is #833C7B. Grayscale: #A6A6A6. Windows color (decimal): -8600700 or 8700796. OLE color: 8700796.

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

Color convert

RGB124195132-
CMYK0.3600.320.24
HSL126.76º37.17%62.55%-
HSV(B)126.76º36.41%76.47%-
XYZ31.9944.9828.83-
YUV166.59108.4897.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.49%
GREEN value IS 195 (76.56% from 255) = 43.24%
BLUE value IS 132 (51.95% from 255) = 29.27%
R=27.49%
G=43.24%
B=29.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241951320.3600.320.24126.7637.1762.55
Hex7CC38424020187f253f
Octal17430320444040301774577
Binary111110011000011100001001001000100000110001111111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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