#CACF6E

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

Shades of Wild Willow #CACF6E

Tints of Wild Willow #CACF6E

Color information

#CACF6E (or 0xCACF6E) is unknown color: approx Wild Willow. HEX triplet: CA, CF and 6E. RGB value is (202,207,110). Sum of RGB (Red+Green+Blue) = 202+207+110=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF6E is #353091. Grayscale: #C2C2C2. Windows color (decimal): -3485842 or 7262154. OLE color: 7262154.

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

Color convert

RGB202207110-
CMYK0.0200.470.19
HSL63.09º50.26%62.16%-
HSV(B)63.09º46.86%81.18%-
XYZ49.4858.3123.4-
YUV194.4580.34133.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 207 (81.25% from 255) = 39.88%
BLUE value IS 110 (43.36% from 255) = 21.19%
R=38.92%
G=39.88%
B=21.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071100.0200.470.1963.0950.2662.16
HexCACF6E202F133f323e
Octal312317156205723776276
Binary1100101011001111110111010010111110011111111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACF6E; }

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

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

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

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

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

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

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

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