#CFDA7F

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

Shades of Deco #CFDA7F

Tints of Deco #CFDA7F

Color information

#CFDA7F (or 0xCFDA7F) is unknown color: approx Deco. HEX triplet: CF, DA and 7F. RGB value is (207,218,127). Sum of RGB (Red+Green+Blue) = 207+218+127=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 127 (50% from 255 or 23.01% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA7F is #302580. Grayscale: #CCCCCC. Windows color (decimal): -3155329 or 8379087. OLE color: 8379087.

HSL color Cylindrical-coordinate representation of color #CFDA7F: hue angle of 67.25º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFDA7F is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB207218127-
CMYK0.0500.420.15
HSL67.25º55.15%67.65%-
HSV(B)67.25º41.74%85.49%-
XYZ54.6364.9429.73-
YUV204.3484.36129.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 218 (85.55% from 255) = 39.49%
BLUE value IS 127 (50% from 255) = 23.01%
R=37.5%
G=39.49%
B=23.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181270.0500.420.1567.2555.1567.65
HexCFDA7F502AF433744
Octal31733217750521710367104
Binary110011111101101011111111010101010111110000111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDA7F; }

 p { color: rgb(207,218,127); }

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

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

 a { background-color: rgb(207,218,127); }

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

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

 span { border-color: rgb(207,218,127); }

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