#C6D67F

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

Shades of Deco #C6D67F

Tints of Deco #C6D67F

Color information

#C6D67F (or 0xC6D67F) is unknown color: approx Deco. HEX triplet: C6, D6 and 7F. RGB value is (198,214,127). Sum of RGB (Red+Green+Blue) = 198+214+127=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D67F is #392980. Grayscale: #C7C7C7. Windows color (decimal): -3746177 or 8378054. OLE color: 8378054.

HSL color Cylindrical-coordinate representation of color #C6D67F: hue angle of 71.03º 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 #C6D67F is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB198214127-
CMYK0.0700.410.16
HSL71.03º51.48%66.86%-
HSV(B)71.03º40.65%83.92%-
XYZ51.1761.6329.28-
YUV199.387.2127.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.73%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 127 (50% from 255) = 23.56%
R=36.73%
G=39.70%
B=23.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982141270.0700.410.1671.0351.4866.86
HexC6D67F702910473343
Octal30632617770512010763103
Binary1100011011010110111111111101010011000010001111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D67F; }

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

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

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

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

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

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

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

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