#CFDD7C

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

Shades of Deco #CFDD7C

Tints of Deco #CFDD7C

Color information

#CFDD7C (or 0xCFDD7C) is unknown color: approx Deco. HEX triplet: CF, DD and 7C. RGB value is (207,221,124). Sum of RGB (Red+Green+Blue) = 207+221+124=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD7C is #302283. Grayscale: #CECECE. Windows color (decimal): -3154564 or 8183247. OLE color: 8183247.

HSL color Cylindrical-coordinate representation of color #CFDD7C: hue angle of 68.66º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFDD7C is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB207221124-
CMYK0.0600.440.13
HSL68.66º58.79%67.65%-
HSV(B)68.66º43.89%86.67%-
XYZ55.2366.4328.98-
YUV205.7681.86128.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 124 (48.83% from 255) = 22.46%
R=37.5%
G=40.04%
B=22.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211240.0600.440.1368.6658.7967.65
HexCFDD7C602CD453b44
Octal31733517460541510573104
Binary110011111101110111111001100101100110110001011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDD7C; }

 p { color: rgb(207,221,124); }

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

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

 a { background-color: rgb(207,221,124); }

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

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

 span { border-color: rgb(207,221,124); }

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