#CACF56

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

Shades of Wild Willow #CACF56

Tints of Wild Willow #CACF56

Color information

#CACF56 (or 0xCACF56) is unknown color: approx Wild Willow. HEX triplet: CA, CF and 56. RGB value is (202,207,86). Sum of RGB (Red+Green+Blue) = 202+207+86=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF56 is #3530A9. Grayscale: #C0C0C0. Windows color (decimal): -3485866 or 5689290. OLE color: 5689290.

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

Color convert

RGB20220786-
CMYK0.0200.580.19
HSL62.48º55.76%57.45%-
HSV(B)62.48º58.45%81.18%-
XYZ48.3557.8517.42-
YUV191.7168.34135.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 86 (33.98% from 255) = 17.37%
R=40.81%
G=41.82%
B=17.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202207860.0200.580.1962.4855.7657.45
HexCACF56203A133e3839
Octal312317126207223767071
Binary1100101011001111101011010011101010011111110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACF56; }

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

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

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

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

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

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

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

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