#CFDA4F

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

Shades of Manz #CFDA4F

Tints of Manz #CFDA4F

Color information

#CFDA4F (or 0xCFDA4F) is unknown color: approx Manz. HEX triplet: CF, DA and 4F. RGB value is (207,218,79). Sum of RGB (Red+Green+Blue) = 207+218+79=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 79 (31.25% from 255 or 15.67% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA4F is #3025B0. Grayscale: #C7C7C7. Windows color (decimal): -3155377 or 5233359. OLE color: 5233359.

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

Color convert

RGB20721879-
CMYK0.0500.640.15
HSL64.75º65.26%58.24%-
HSV(B)64.75º63.76%85.49%-
XYZ52.2163.9716.99-
YUV198.8660.36133.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 218 (85.55% from 255) = 43.25%
BLUE value IS 79 (31.25% from 255) = 15.67%
R=41.07%
G=43.25%
B=15.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal207218790.0500.640.1564.7565.2658.24
HexCFDA4F5040F41413a
Octal317332117501001710110172
Binary1100111111011010100111110101000000111110000011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDA4F; }

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

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

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

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

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

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

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

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