#8CD690

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

Shades of De York #8CD690

Tints of De York #8CD690

Color information

#8CD690 (or 0x8CD690) is unknown color: approx De York. HEX triplet: 8C, D6 and 90. RGB value is (140,214,144). Sum of RGB (Red+Green+Blue) = 140+214+144=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD690 is #73296F. Grayscale: #B8B8B8. Windows color (decimal): -7547248 or 9492108. OLE color: 9492108.

HSL color Cylindrical-coordinate representation of color #8CD690: hue angle of 123.24º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD690 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB140214144-
CMYK0.3500.330.16
HSL123.24º47.44%69.41%-
HSV(B)123.24º34.58%83.92%-
XYZ39.955.6835.03-
YUV183.89105.4896.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.11%
GREEN value IS 214 (83.98% from 255) = 42.97%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=28.11%
G=42.97%
B=28.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402141440.3500.330.16123.2447.4469.41
Hex8CD69023021107b2f45
Octal214326220430412017357105
Binary10001100110101101001000010001101000011000011110111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,214,144); }

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

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

 a { background-color: rgb(140,214,144); }

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

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

 span { border-color: rgb(140,214,144); }

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