#C2D67F

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

Shades of Deco #C2D67F

Tints of Deco #C2D67F

Color information

#C2D67F (or 0xC2D67F) is unknown color: approx Deco. HEX triplet: C2, D6 and 7F. RGB value is (194,214,127). Sum of RGB (Red+Green+Blue) = 194+214+127=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D67F is #3D2980. Grayscale: #C6C6C6. Windows color (decimal): -4008321 or 8378050. OLE color: 8378050.

HSL color Cylindrical-coordinate representation of color #C2D67F: hue angle of 73.79º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2D67F is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB194214127-
CMYK0.0900.410.16
HSL73.79º51.48%66.86%-
HSV(B)73.79º40.65%83.92%-
XYZ50.1361.0929.23-
YUV198.187.87125.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.26%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 127 (50% from 255) = 23.74%
R=36.26%
G=40%
B=23.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942141270.0900.410.1673.7951.4866.86
HexC2D67F9029104a3343
Octal302326177110512011263103
Binary11000010110101101111111100101010011000010010101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D67F; }

 p { color: rgb(194,214,127); }

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

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

 a { background-color: rgb(194,214,127); }

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

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

 span { border-color: rgb(194,214,127); }

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