#C2CD8D

Color #C2CD8D Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #C2CD8D

Tints of Green Mist #C2CD8D

Color information

#C2CD8D (or 0xC2CD8D) is unknown color: approx Green Mist. HEX triplet: C2, CD and 8D. RGB value is (194,205,141). Sum of RGB (Red+Green+Blue) = 194+205+141=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CD8D is #3D3272. Grayscale: #C2C2C2. Windows color (decimal): -4010611 or 9293250. OLE color: 9293250.

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

Color convert

RGB194205141-
CMYK0.0500.310.20
HSL70.31º39.02%67.84%-
HSV(B)70.31º31.22%80.39%-
XYZ48.8957.0633.64-
YUV194.4297.86127.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.93%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 141 (55.47% from 255) = 26.11%
R=35.93%
G=37.96%
B=26.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942051410.0500.310.2070.3139.0267.84
HexC2CD8D501F14462744
Octal30231521550372410647104
Binary1100001011001101100011011010111111010010001101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CD8D; }

 p { color: rgb(194,205,141); }

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

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

 a { background-color: rgb(194,205,141); }

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

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

 span { border-color: rgb(194,205,141); }

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