#8CD68B

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

Shades of De York #8CD68B

Tints of De York #8CD68B

Color information

#8CD68B (or 0x8CD68B) is unknown color: approx De York. HEX triplet: 8C, D6 and 8B. RGB value is (140,214,139). Sum of RGB (Red+Green+Blue) = 140+214+139=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD68B is #732974. Grayscale: #B7B7B7. Windows color (decimal): -7547253 or 9164428. OLE color: 9164428.

HSL color Cylindrical-coordinate representation of color #8CD68B: hue angle of 119.2º degrees, saturation: 0.48, 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 #8CD68B is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB140214139-
CMYK0.3500.350.16
HSL119.2º47.77%69.22%-
HSV(B)119.2º35.05%83.92%-
XYZ39.5255.5333.06-
YUV183.32102.9897.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.40%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=28.40%
G=43.41%
B=28.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402141390.3500.350.16119.247.7769.22
Hex8CD68B2302310773045
Octal214326213430432016760105
Binary10001100110101101000101110001101000111000011101111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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