#8CC484

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

Shades of De York #8CC484

Tints of De York #8CC484

Color information

#8CC484 (or 0x8CC484) is unknown color: approx De York. HEX triplet: 8C, C4 and 84. RGB value is (140,196,132). Sum of RGB (Red+Green+Blue) = 140+196+132=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC484 is #733B7B. Grayscale: #ACACAC. Windows color (decimal): -7551868 or 8701068. OLE color: 8701068.

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

Color convert

RGB140196132-
CMYK0.2900.330.23
HSL112.5º35.16%64.31%-
HSV(B)112.5º32.65%76.86%-
XYZ34.7246.7229.02-
YUV171.96105.45105.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.91%
GREEN value IS 196 (76.95% from 255) = 41.88%
BLUE value IS 132 (51.95% from 255) = 28.21%
R=29.91%
G=41.88%
B=28.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401961320.2900.330.23112.535.1664.31
Hex8CC4841D02117702340
Octal214304204350412716043100
Binary1000110011000100100001001110101000011011111100001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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