#cfd04c

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

Shades of Wattle #CFD04C

Tints of Wattle #CFD04C

Color information

#CFD04C (or 0xCFD04C) is unknown color: approx Wattle. HEX triplet: CF, D0 and 4C. RGB value is (207,208,76). Sum of RGB (Red+Green+Blue) = 207+208+76=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD04C is #302FB3. Grayscale: #C1C1C1. Windows color (decimal): -3157940 or 5034191. OLE color: 5034191.

HSL color Cylindrical-coordinate representation of color #CFD04C: hue angle of 60.45º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFD04C is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB20720876-
CMYK0.0000.630.18
HSL60.45º58.41%55.69%-
HSV(B)60.45º63.46%81.57%-
XYZ49.5958.915.59-
YUV192.6562.17138.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 76 (30.08% from 255) = 15.48%
R=42.16%
G=42.36%
B=15.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal207208760.0000.630.1860.4558.4155.69
HexCFD04C003F123c3a38
Octal317320114007722747270
Binary110011111101000010011000011111110010111100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfd04c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfd04c; }

 p { color: rgb(207,208,76); }

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

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

 a { background-color: rgb(207,208,76); }

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

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

 span { border-color: rgb(207,208,76); }

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