#C3D38F

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

Shades of Deco #C3D38F

Tints of Deco #C3D38F

Color information

#C3D38F (or 0xC3D38F) is unknown color: approx Deco. HEX triplet: C3, D3 and 8F. RGB value is (195,211,143). Sum of RGB (Red+Green+Blue) = 195+211+143=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D38F is #3C2C70. Grayscale: #C6C6C6. Windows color (decimal): -3943537 or 9425859. OLE color: 9425859.

HSL color Cylindrical-coordinate representation of color #C3D38F: hue angle of 74.12º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3D38F is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB195211143-
CMYK0.0800.320.17
HSL74.12º43.59%69.41%-
HSV(B)74.12º32.23%82.75%-
XYZ50.7660.1734.93-
YUV198.4696.7125.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.52%
GREEN value IS 211 (82.81% from 255) = 38.43%
BLUE value IS 143 (56.25% from 255) = 26.05%
R=35.52%
G=38.43%
B=26.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1952111430.0800.320.1774.1243.5969.41
HexC3D38F8020114a2c45
Octal303323217100402111254105
Binary110000111101001110001111100001000001000110010101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D38F; }

 p { color: rgb(195,211,143); }

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

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

 a { background-color: rgb(195,211,143); }

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

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

 span { border-color: rgb(195,211,143); }

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