#CFD14C

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

Shades of Wattle #CFD14C

Tints of Wattle #CFD14C

Color information

#CFD14C (or 0xCFD14C) is unknown color: approx Wattle. HEX triplet: CF, D1 and 4C. RGB value is (207,209,76). Sum of RGB (Red+Green+Blue) = 207+209+76=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD14C is #302EB3. Grayscale: #C1C1C1. Windows color (decimal): -3157684 or 5034447. OLE color: 5034447.

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

Color convert

RGB20720976-
CMYK0.0100.640.18
HSL60.9º59.11%55.88%-
HSV(B)60.9º63.64%81.96%-
XYZ49.8459.3915.67-
YUV193.2461.84137.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 76 (30.08% from 255) = 15.45%
R=42.07%
G=42.48%
B=15.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal207209760.0100.640.1860.959.1155.88
HexCFD14C1040123d3b38
Octal3173211141010022757370
Binary1100111111010001100110010100000010010111101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD14C; }

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

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

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

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

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

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

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

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