#94CD8C

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

Shades of De York #94CD8C

Tints of De York #94CD8C

Color information

#94CD8C (or 0x94CD8C) is unknown color: approx De York. HEX triplet: 94, CD and 8C. RGB value is (148,205,140). Sum of RGB (Red+Green+Blue) = 148+205+140=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #94CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CD8C is #6B3273. Grayscale: #B4B4B4. Windows color (decimal): -7025268 or 9227668. OLE color: 9227668.

HSL color Cylindrical-coordinate representation of color #94CD8C: hue angle of 112.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94CD8C is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB148205140-
CMYK0.2800.320.20
HSL112.62º39.39%67.65%-
HSV(B)112.62º31.71%80.39%-
XYZ38.7851.8532.78-
YUV180.55105.12104.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 140 (55.08% from 255) = 28.40%
R=30.02%
G=41.58%
B=28.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482051400.2800.320.20112.6239.3967.65
Hex94CD8C1C02014712744
Octal224315214340402416147104
Binary1001010011001101100011001110001000001010011100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CD8C; }

 p { color: rgb(148,205,140); }

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

<style>
 a { background-color: #94CD8C; }

 a { background-color: rgb(148,205,140); }

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

<style>
 span { border-color: #94CD8C; }

 span { border-color: rgb(148,205,140); }

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