#8CD098

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

Shades of De York #8CD098

Tints of De York #8CD098

Color information

#8CD098 (or 0x8CD098) is unknown color: approx De York. HEX triplet: 8C, D0 and 98. RGB value is (140,208,152). Sum of RGB (Red+Green+Blue) = 140+208+152=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD098 is #732F67. Grayscale: #B5B5B5. Windows color (decimal): -7548776 or 10014860. OLE color: 10014860.

HSL color Cylindrical-coordinate representation of color #8CD098: hue angle of 130.59º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CD098 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB140208152-
CMYK0.3300.270.18
HSL130.59º41.98%68.24%-
HSV(B)130.59º32.69%81.57%-
XYZ39.0452.9537.87-
YUV181.28111.4798.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28%
GREEN value IS 208 (81.64% from 255) = 41.6%
BLUE value IS 152 (59.77% from 255) = 30.4%
R=28%
G=41.6%
B=30.4%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402081520.3300.270.18130.5941.9868.24
Hex8CD0982101B12832a44
Octal214320230410332220352104
Binary10001100110100001001100010000101101110010100000111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,208,152); }

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

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

 a { background-color: rgb(140,208,152); }

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

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

 span { border-color: rgb(140,208,152); }

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