#CACF41

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

Shades of Wattle #CACF41

Tints of Wattle #CACF41

Color information

#CACF41 (or 0xCACF41) is unknown color: approx Wattle. HEX triplet: CA, CF and 41. RGB value is (202,207,65). Sum of RGB (Red+Green+Blue) = 202+207+65=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 65 (25.78% from 255 or 13.71% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACF41 is #3530BE. Grayscale: #BDBDBD. Windows color (decimal): -3485887 or 4313034. OLE color: 4313034.

HSL color Cylindrical-coordinate representation of color #CACF41: hue angle of 62.11º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CACF41 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20220765-
CMYK0.0200.690.19
HSL62.11º59.66%53.33%-
HSV(B)62.11º68.6%81.18%-
XYZ47.6257.5613.6-
YUV189.3257.84137.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 207 (81.25% from 255) = 43.67%
BLUE value IS 65 (25.78% from 255) = 13.71%
R=42.62%
G=43.67%
B=13.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202207650.0200.690.1962.1159.6653.33
HexCACF412045133e3c35
Octal3123171012010523767465
Binary11001010110011111000001100100010110011111110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACF41; }

 p { color: rgb(202,207,65); }

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

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

 a { background-color: rgb(202,207,65); }

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

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

 span { border-color: rgb(202,207,65); }

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